|
@@ -228,7 +228,8 @@ public class TaPreselectionRecordServiceImpl extends ServiceImpl<TaPreselectionR
|
228
|
228
|
public ResponseBean batchDeletePreselectRecord(List<TaPreselectionRecord> preselectionRecordList, Integer orgId) {
|
229
|
229
|
ResponseBean responseBean = new ResponseBean();
|
230
|
230
|
|
231
|
|
-
|
|
231
|
+ taPreselectionRecordMapper.batchDeletePreselectRecord(preselectionRecordList, orgId);
|
|
232
|
+ responseBean.addSuccess("success");
|
232
|
233
|
return responseBean;
|
233
|
234
|
}
|
234
|
235
|
|