This commit is contained in:
PastSaid
2024-07-16 10:33:50 +08:00
parent e8a1f46c3d
commit fa480006a8
132 changed files with 20893 additions and 4519 deletions

View File

@@ -53,8 +53,13 @@ def DoUpdateEmployeeFunc(dataEntitys):
# domain.pin = "99999"
domain.name = entity["FNAME"]
domain.deptnumber = "999"
domain.comverifys = 15
# zonecodes = Array[str,1]();
zonecodes = List[str]()
zonecodes.Add("1")
domain.zonecode = zonecodes.ToArray()
# 身份证
domain.identitycard = entity["FIDTYPENUMBER"]
# domain.identitycard = entity["FIDTYPENUMBER"]
# 头像
imageFilePath = entity["FLOCATIONPATH"]
@@ -64,6 +69,7 @@ def DoUpdateEmployeeFunc(dataEntitys):
datas.Add(domain)
# raise Exception(JsonUtil.Serialize(datas))
raise Exception(JsonUtil.Serialize(dataList))
result = service.UpdateEmployee(datas)
if result.ret != 0: