...
|
...
|
@@ -333,7 +333,6 @@ func UpdateEmployeeData(data ModuleEmployee) error { |
|
|
ucompany.Enable = data.Status
|
|
|
ucompany.Avatar = data.Avatar
|
|
|
ucompany.Remarks = data.Remarks
|
|
|
ucompany.AdminType = data.AdminType
|
|
|
ucompany.ChargeStatus = data.ChargeStatus
|
|
|
ucompany.ExtraText = data.ExtraText
|
|
|
cols := []string{"NickName", "OpenId", "Sex", "JobNum",
|
...
|
...
|
|