WH01243 1 жил өмнө
parent
commit
d9e74cde22

+ 1 - 0
api/internal/service/employService.go

@@ -81,6 +81,7 @@ func (e *EmPloyService) EmployOperate(in *types.EmployOperateReq) (bool, string)
 			id = idFormat(v1, in.EmployType)
 			table, _, employKey, source := employKeyFormat(in.EmployType, id)
 			findMap[employKey] = id
+			findMap["source"] = source
 			if id == "" {
 				log.Println(v1, in.EmployType, "该信息查询不到数据")
 				break