Commit 78e02447 authored by 廖旭伟's avatar 廖旭伟

材料附件bug修改

parent d0c4de0c
......@@ -51,6 +51,7 @@ public class MatterDatumFileController extends BaseCRUDJsonBodyMappingController
@Override
@UnAuth
public Rest<Object> list(@RequestBody MatterDatumFileEntity query) {
log.info(JSONObject.toJSONString(query));
return super.list(query);
}
}
\ No newline at end of file
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