Commit 2547b97d by zhiwj

Merge branch 'developer' of…

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-data-cloud into developer
parents c6886f60 18babc22
......@@ -156,7 +156,8 @@
from tab_sys_function_module
where status = 1
<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}, '%')
or operation_name like concat('%', #{search}, '%'))
</if>
order by update_time desc
</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