Commit 18babc22 by guojuxing

功能模块添加操作人名称的模糊查询

parent d538bab7
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
where status = 1 where status = 1
<if test="search != null and search != ''"> <if test="search != null and search != ''">
and (function_module_name like concat('%', #{search}, '%') or function_module_code like concat('%', #{search}, '%') and (function_module_name like concat('%', #{search}, '%') or function_module_code like concat('%', #{search}, '%')
operation_name like concat('%', #{search}, '%')) or operation_name like concat('%', #{search}, '%'))
</if> </if>
order by update_time desc order by update_time desc
</select> </select>
......
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