1
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user