WH01243 1 жил өмнө
parent
commit
052fea8141

+ 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
 		return fool
 	}), msg
 	}), msg
 }
 }