|
|
@ -687,10 +687,14 @@ public class BusinessAlertServiceImpl implements IBusinessAlertService { |
|
|
|
//更新部门
|
|
|
|
this.baseMapper.batchUpdateDept(alertVoList); |
|
|
|
|
|
|
|
try { |
|
|
|
incrementalCount(alertVoList); |
|
|
|
|
|
|
|
//更新number
|
|
|
|
this.baseMapper.batchUpdateCaseNumber(alertVoList); |
|
|
|
} catch (Exception e) { |
|
|
|
log.error(e.getMessage(),e); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|