|
|
|
@@ -189,7 +189,7 @@ public class ExperimentInsServiceImpl implements ExperimentInsService { |
|
|
|
experimentIns.setUpdateBy(loginUser.getUsername()); |
|
|
|
experimentIns.setUpdateTime(new Date()); |
|
|
|
experimentIns.setCreateTime(new Date()); |
|
|
|
experimentIns.setState(1); |
|
|
|
experimentIns.setState(Constant.State_valid); |
|
|
|
this.experimentInsDao.insert(experimentIns); |
|
|
|
return experimentIns; |
|
|
|
} |
|
|
|
|