Commit e360cee1 authored by 赵啸非's avatar 赵啸非

添加水印图片

parent c858c144
......@@ -708,6 +708,11 @@ public class ApplyLogServiceImpl extends AbstractCRUDServiceImpl<ApplyLogDao, Ap
return entity;
}
@Override
protected void updateBefore(ApplyLogEntity entity, Context context) throws AppException {
genWaterMark(entity);
super.updateBefore(entity, context);
}
@Override
protected void updateAfter(ApplyLogEntity entity, Context context) throws AppException {
......
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