|
@@ -148,6 +148,9 @@ public class SimulationProjectServiceImpl implements SimulationProjectService {
|
|
|
@Override
|
|
|
public ResponseBodyVO selectProject(SimulationManualProjectParam param) {
|
|
|
|
|
|
+
|
|
|
+ param.setCreateUserId(AuthUtil.getCurrentUserId());
|
|
|
+
|
|
|
if(!isEmpty(param.getCreateStartDate())){
|
|
|
String createStartDate = param.getCreateStartDate();
|
|
|
Date startDate = getDate(createStartDate + " 00:00:00",1);
|