Commit 345060c3 authored by 赵啸非's avatar 赵啸非

修改错误的导入

parent e9a4f4f6
...@@ -102,10 +102,5 @@ public class StaffController extends BaseCRUDJsonBodyMappingController<StaffServ ...@@ -102,10 +102,5 @@ public class StaffController extends BaseCRUDJsonBodyMappingController<StaffServ
return super.infoAfter(id, model, entity, context); return super.infoAfter(id, model, entity, context);
} }
@Override
public void doExportBefore(Context context, StaffEntity query) throws AppException {
super.doExportBefore(context, query);
}
} }
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