修改时新增案件日志
This commit is contained in:
+2
@@ -1419,6 +1419,8 @@ public class CaseApplicationServiceImpl implements ICaseApplicationService {
|
||||
// 异步新增案件日志
|
||||
ThreadPoolUtil.execute(() -> {
|
||||
try {
|
||||
//新增案件日志记录
|
||||
insertCaseLog(caseApplication.getId(), CaseApplicationConstants.CASE_EDIT, "修改案件信息");
|
||||
caseApplication.setCaseAppliId(caseApplication.getId());
|
||||
caseApplication.setCaseLogId(IdWorkerUtil.getId());
|
||||
int insertRow = caseApplicationLogMapper.insert(caseApplication);
|
||||
|
||||
Reference in New Issue
Block a user