Merge branch 'qtz1' of SH-Arbitrate/Mediation-Backend into dev
This commit was merged in pull request #105.
This commit is contained in:
+1
-1
@@ -1404,7 +1404,7 @@ public class MsCaseApplicationServiceImpl implements MsCaseApplicationService {
|
|||||||
caseApplication.setCaseFlowId(17);
|
caseApplication.setCaseFlowId(17);
|
||||||
caseApplication.setCaseStatusName("结束");
|
caseApplication.setCaseStatusName("结束");
|
||||||
msCaseApplicationMapper.updateByPrimaryKeySelective(caseApplication);
|
msCaseApplicationMapper.updateByPrimaryKeySelective(caseApplication);
|
||||||
CaseLogUtils.insertCaseLog(application.getId(), 17, "结束", null);
|
CaseLogUtils.insertCaseLog(application.getId(), 4, "受理分配", null);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user