|
@@ -1091,6 +1091,8 @@ public class InformationQueryServiceImpl extends BaseServiceImpl<InformationQuer
|
|
|
informationQuery.setReportNumber(null);
|
|
|
informationQuery.setAuditUserIdAndName(null);
|
|
|
informationQuery.setTaskId(null);
|
|
|
+ informationQuery.setCreateTime(new Date());
|
|
|
+ informationQuery.setUpdateTime(new Date());
|
|
|
this.save(informationQuery);
|
|
|
} finally {
|
|
|
DistributedRedisLock.release("informationQueryLock_" + informationQuery.getWbsId() + "_" + informationQuery.getContractId() + "_" + informationQuery.getClassify() + "_" + informationQuery.getType());
|