This commit is contained in:
2020-08-08 08:41:39 +08:00
parent f4958906c5
commit 96a895d014
11 changed files with 791 additions and 782 deletions

View File

@@ -1 +1 @@
{"2020158":{"2":{"id":"2", "host":"app.ttf-cti.com", "name":"\u6d4b\u8bd5\u670d\u52a1\u5668", "iosVer":"18c7479d637333f40c4d7cc226886b37", "port":29006, "androidVer":"b1dd5a258abaa65e62c6e70070379eca", "isDev":1}, "3":{"id":"3", "host":"192.168.1.11", "name":"\u672c\u5730\u6d4b\u8bd5", "iosVer":"18c7479d637333f40c4d7cc226886b37", "port":29000, "androidVer":"b1dd5a258abaa65e62c6e70070379eca", "isDev":1}, "1":{"id":"1", "host":"app.ttf-cti.com", "name":"\u6b63\u5f0f\u670d\u52a1\u5668", "iosVer":"18c7479d637333f40c4d7cc226886b37", "port":29000, "androidVer":"b1dd5a258abaa65e62c6e70070379eca", "isDev":0}}}
{"2020158":{"2":{"id":"2", "host":"app.ttf-cti.com", "name":"\u6d4b\u8bd5\u670d\u52a1\u5668", "iosVer":"18c7479d637333f40c4d7cc226886b37", "port":29006, "androidVer":"b46a41731d03cad356cce32e9292fb48", "isDev":1}, "3":{"id":"3", "host":"192.168.1.11", "name":"\u672c\u5730\u6d4b\u8bd5", "iosVer":"18c7479d637333f40c4d7cc226886b37", "port":29000, "androidVer":"b46a41731d03cad356cce32e9292fb48", "isDev":1}, "1":{"id":"1", "host":"app.ttf-cti.com", "name":"\u6b63\u5f0f\u670d\u52a1\u5668", "iosVer":"18c7479d637333f40c4d7cc226886b37", "port":29000, "androidVer":"b46a41731d03cad356cce32e9292fb48", "isDev":0}}}

View File

@@ -79,7 +79,11 @@ function DBUser.refreshUserInfor(loginNo, loginName)
for i = 0, count - 1 do
local v = infor.values[i]
if v == loginNo then
infor.options[i] = loginName
if loginName == "系统生成" then
infor.options[i] = joinStr(v, "_", loginName)
else
infor.options[i] = loginName
end
break
end
end
@@ -88,7 +92,12 @@ function DBUser.refreshUserInfor(loginNo, loginName)
local list = DBUser.getFilters(DBUser.FilterGroup.user) or {}
for i, v in ipairs(list or {}) do
if v.value == loginNo then
v.name = loginNo
v.name = loginName
if loginName == "系统生成" then
v.name = joinStr(v.value, "_", loginName)
else
v.name = loginName
end
break
end
end

View File

@@ -1 +1 @@
r8 (trCRM/resVer/Android/VerCtl/priority.ver8,048ea73ad033153969ebfc46a363c56d8 %trCRM/resVer/Android/VerCtl/other.ver8,0a763b03453ce762f67786f8d8aee352
r8 (trCRM/resVer/Android/VerCtl/priority.ver8,88cd3cee02b6afb9d88fb28348fb6ddc8 %trCRM/resVer/Android/VerCtl/other.ver8,0a763b03453ce762f67786f8d8aee352