瀏覽代碼

Merge branch 'dev_v1.0.1_wh' of CRM/application into feature/v1.0.1

王浩 1 年之前
父節點
當前提交
37330760e4
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      api/internal/service/employService.go

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

@@ -165,6 +165,9 @@ func (e *EmPloyService) EmployOperate(in *types.EmployOperateReq) (bool, string)
 				}
 			}
 		}
+		if in.IsEmploy && !fool {
+			msg = "收录失败"
+		}
 		return fool
 	}), msg
 }