Przeglądaj źródła

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

王浩 1 rok temu
rodzic
commit
37330760e4
1 zmienionych plików z 3 dodań i 0 usunięć
  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
 }