Commit 28b7a1fb authored by 廖旭伟's avatar 廖旭伟

测试bug修改

parent 1b0183b5
...@@ -141,6 +141,7 @@ public class ApplyLogServiceImpl extends AbstractCRUDServiceImpl<ApplyLogDao, Ap ...@@ -141,6 +141,7 @@ public class ApplyLogServiceImpl extends AbstractCRUDServiceImpl<ApplyLogDao, Ap
@Override @Override
protected void saveBefore(ApplyLogEntity entity, Context context) throws AppException { protected void saveBefore(ApplyLogEntity entity, Context context) throws AppException {
entity.setGenerateStatus(GenerateStatus.NOT.getValue()); entity.setGenerateStatus(GenerateStatus.NOT.getValue());
entity.setOperType(OperTypeEnum.SAVE.getValue());
} }
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment