This commit is contained in:
2020-07-16 08:54:32 +08:00
parent ce0b0f59f9
commit f9e24b7595
19 changed files with 723 additions and 718 deletions

View File

@@ -199,7 +199,7 @@ function getChlCode()
if chnCfg ~= nil then
return MapEx.getString(chnCfg, "SubChannel")
end
local chlCode = "0000"
local chlCode = "1000"
chnCfg = getChlCfg()
if (chnCfg ~= nil) then
chlCode = MapEx.getString(chnCfg, "SubChannel")