|
@@ -171,6 +171,14 @@ public class ZhcxProjectManageServiceImpl extends ServiceImpl<ZhcxProjectManageD
|
|
|
|
|
|
//持久化
|
|
|
saveSummaryData2Db(prjTitle, celldatas, summaryDataBo);
|
|
|
+
|
|
|
+ //最近更新时间
|
|
|
+ if(ObjectUtil.isNotEmpty(dto.getBatchId())) {
|
|
|
+ ZhcxProjectManageRectifyBatchDo batchEntity = new ZhcxProjectManageRectifyBatchDo();
|
|
|
+ batchEntity.setId(dto.getBatchId());
|
|
|
+ batchEntity.setLastmodifytime(new Date());
|
|
|
+ projectManageRectifyBatchService.updateById(batchEntity);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/**
|