Commit 0ad6d3b9 by zhiwj

bug

parent c6edf365
......@@ -40,7 +40,7 @@
</include>
from tab_store_region re, tab_store_region_rel rr
where re.region_id = rr.region_id
and rr.`delete_flag` = 1
and rr.`delete_flag` = 0
and rr.enterprise_id = #{enterpriseId}
and re.region_id = #{regionId}
</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