|
|
@ -603,6 +603,8 @@ public class DcEventServiceImpl extends ServiceImpl<DcEventMapper, DcEvent> impl |
|
|
|
public DcEvent selectEventSubclassById(int eventType, String id) { |
|
|
|
//todo
|
|
|
|
DcEvent dcEvent = dcEventMapper.selectDcEventById(id); |
|
|
|
List<DcProcessConfig> processConfigList = dcProcessConfigMapper.selectDcProcessConfigByEventType(Math.toIntExact(dcEvent.getEventType())); |
|
|
|
dcEvent.setProcessConfigList(processConfigList); |
|
|
|
switch (eventType) { |
|
|
|
//交通事故
|
|
|
|
case 1: |
|
|
|