Commit 80f03da9 authored by 赵啸非's avatar 赵啸非

添加目录字段

parent c6e89626
...@@ -239,7 +239,6 @@ public class ApplyLogServiceImpl extends AbstractCRUDServiceImpl<ApplyLogDao, Ap ...@@ -239,7 +239,6 @@ public class ApplyLogServiceImpl extends AbstractCRUDServiceImpl<ApplyLogDao, Ap
} }
@Override @Override
@Transactional(rollbackFor = Exception.class)
public ApplyLogEntity save(ApplyLogEntity applyLogEntity, Context context) throws AppException { public ApplyLogEntity save(ApplyLogEntity applyLogEntity, Context context) throws AppException {
validData(applyLogEntity,context); validData(applyLogEntity,context);
createFormContent(applyLogEntity); createFormContent(applyLogEntity);
......
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