|
@@ -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) {
|