|
|
@ -745,6 +745,9 @@ public class DcEventServiceImpl extends ServiceImpl<DcEventMapper, DcEvent> impl |
|
|
|
int i7 = -1; |
|
|
|
for (String id : ids) { |
|
|
|
DcEvent dcEvent = dcEventMapper.selectDcEventMainById(id); |
|
|
|
if (dcEvent==null){ |
|
|
|
continue; |
|
|
|
} |
|
|
|
int eventType = Math.toIntExact(dcEvent.getEventType()); |
|
|
|
i7 = dcEventMapper.deleteDcEventById(id); |
|
|
|
|
|
|
|