Merge remote-tracking branch 'origin/dev_20230828_RXWIN' into dev_20230828_RXWIN
This commit is contained in:
+2
-5
@@ -267,13 +267,10 @@ public class ProjectRxswinEOServiceImpl extends ServiceImpl<ProjectRxswinEOMappe
|
||||
wrapper.in(ProjectRxswinEO::getId, Arrays.asList(ids.split(",")));
|
||||
List<ProjectRxswinEO> rxswinEOList = this.list(wrapper);
|
||||
for (ProjectRxswinEO projectRxswinEO : rxswinEOList) {
|
||||
projectRxswinEO.setId(UUID.randomUUID().toString().replaceAll("-",""));
|
||||
projectRxswinEO.setProjectId(projectId);
|
||||
projectRxswinEO.setCreateTime(new Date());
|
||||
projectRxswinEO.setCreateBy(user.getUsername());
|
||||
projectRxswinEO.setUpdateBy(user.getUsername());
|
||||
projectRxswinEO.setState(StatusEnum.SUBMIT.getValue());
|
||||
}
|
||||
this.saveBatch(rxswinEOList);
|
||||
this.updateBatchById(rxswinEOList);
|
||||
}
|
||||
/**
|
||||
* 覆盖验证
|
||||
|
||||
Reference in New Issue
Block a user