【新增】浏览器、mysql、文件夹判分,监控管理后台接口
This commit is contained in:
@@ -89,8 +89,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="content != null">content,</if>
|
||||
<if test="contentText != null">content_text,</if>
|
||||
<if test="analysis != null">analysis,</if>
|
||||
<if test="deptId != null">dept_id,</if>
|
||||
<if test="userId != null">user_id,</if>
|
||||
<if test="pointNames != null">point_names,</if>
|
||||
<if test="keywords != null">keywords,</if>
|
||||
<if test="manual != null">manual,</if>
|
||||
@@ -115,8 +113,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="content != null">#{content},</if>
|
||||
<if test="contentText != null">#{contentText},</if>
|
||||
<if test="analysis != null">#{analysis},</if>
|
||||
<if test="deptId != null">#{deptId},</if>
|
||||
<if test="userId != null">#{userId},</if>
|
||||
<if test="pointNames != null">#{pointNames},</if>
|
||||
<if test="keywords != null">#{keywords},</if>
|
||||
<if test="manual != null">#{manual},</if>
|
||||
|
Reference in New Issue
Block a user