update 项目库-未符合项
This commit is contained in:
-5
@@ -65,9 +65,6 @@ public class LawsEvaluationNotMetServiceImpl extends ServiceImpl<LawsEvaluationN
|
||||
*/
|
||||
@Override
|
||||
public void add(LawsEvaluationNotMet lawsEvaluationNotMet) {
|
||||
Date now = new Date();
|
||||
lawsEvaluationNotMet.setCreateTime(now);
|
||||
lawsEvaluationNotMet.setUpdateTime(now);
|
||||
save(lawsEvaluationNotMet);
|
||||
}
|
||||
|
||||
@@ -79,8 +76,6 @@ public class LawsEvaluationNotMetServiceImpl extends ServiceImpl<LawsEvaluationN
|
||||
*/
|
||||
@Override
|
||||
public void editById(LawsEvaluationNotMet lawsEvaluationNotMet) {
|
||||
Date now = new Date();
|
||||
lawsEvaluationNotMet.setUpdateTime(now);
|
||||
saveOrUpdate(lawsEvaluationNotMet);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user