Commit aebb3573 authored by suhuiguang's avatar suhuiguang

reafact(jg): 批量删除

1.设备批量删除 2.装置批量删除
parent 925fc8f0
...@@ -1248,7 +1248,7 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste ...@@ -1248,7 +1248,7 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste
/** /**
* 删除校验,被引用时不可删除 * 删除校验,被引用时不可删除
* *
* @param records * @param records 设备record集合
*/ */
private void checkForDelete(List<String> records) { private void checkForDelete(List<String> records) {
List<CountDto> useCounts = commonMapper.countEquipInUseTimesWithOutZFBatch(records); List<CountDto> useCounts = commonMapper.countEquipInUseTimesWithOutZFBatch(records);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment