|
|
@@ -1404,7 +1404,7 @@ public class MsCaseApplicationServiceImpl implements MsCaseApplicationService {
|
|
1404
|
1404
|
caseApplication.setCaseFlowId(17);
|
|
1405
|
1405
|
caseApplication.setCaseStatusName("结束");
|
|
1406
|
1406
|
msCaseApplicationMapper.updateByPrimaryKeySelective(caseApplication);
|
|
1407
|
|
- CaseLogUtils.insertCaseLog(application.getId(), 17, "结束", null);
|
|
|
1407
|
+ CaseLogUtils.insertCaseLog(application.getId(), 4, "受理分配", null);
|
|
1408
|
1408
|
|
|
1409
|
1409
|
}
|
|
1410
|
1410
|
}
|