Commit e2261a82 by 陶光胜

删除域

parent f12759b2
......@@ -155,7 +155,7 @@
</include>
from tab_store_region re, tab_store_region_rel rr
where re.region_id = rr.region_id
and rr.`delete_flag` = 0
and re.`delete_flag` = 0
and rr.enterprise_id = #{enterpriseId}
<if test="search != null and search != '' ">
and ( re.region_code like concat('%', #{search}, '%') or re.region_name like concat('%', #{search}, '%') )
......
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