Browse Source

岗位、意向删除功能验证推荐信息是否存在

liao-sea 10 months ago
parent
commit
68caae60bf

+ 1 - 1
src/main/java/com/hz/employmentsite/controller/jobUserManager/JobHuntController.java

@@ -85,7 +85,7 @@ public class JobHuntController {
         recommendMgtExp.or().andJobHuntIDIn(idList);
         List<PcRecommendMgt> resultList = pcRecommendMgtMapper.selectByExample(recommendMgtExp).stream().toList();
         if( resultList.size() > 0 ) {
-            throw new BaseException("1004","已存在该意向的推荐数据,删除失败!";);
+            throw new BaseException("1004","已存在该意向的推荐数据,删除失败!");
         }
         var result = jobhuntService.delete(idList);
         if (result <= 0) {