法规月报--添加默认状态
This commit is contained in:
+1
@@ -33,6 +33,7 @@ public class LawsMonthlyReportManageEOServiceImpl extends ServiceImpl<LawsMonthl
|
||||
*/
|
||||
@Override
|
||||
public void add(LawsMonthlyReportManageEO lawsMonthlyReportManageEO) {
|
||||
lawsMonthlyReportManageEO.setIssueStatus(InventoryStateEnum.TO_BE_RELEASED.getValue());
|
||||
Date now = new Date();
|
||||
lawsMonthlyReportManageEO.setCreateTime(now);
|
||||
lawsMonthlyReportManageEO.setUpdateTime(now);
|
||||
|
||||
Reference in New Issue
Block a user