perf(web):操作日志优化
1,不再返回params字段 2,params字段有text改为longtext
This commit is contained in:
@@ -19,4 +19,9 @@
|
||||
id, create_time, update_time, is_deleted, user_id, user_name, title, subject, params
|
||||
</sql>
|
||||
|
||||
<select id="page" resultMap="BaseResultMap">
|
||||
select id,create_time,update_time,is_deleted,user_name,user_id,title,subject from core_log_operation
|
||||
${ew.customSqlSegment}
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user