Commit 034be22c by guojuxing

自定义属性不能超过20个判断修复:sql查询修复

parent 38251fff
......@@ -352,7 +352,7 @@
<select id="countStoreField" resultType="int">
select
count(DISTINCT a.store_field_id)
from tab_store_field_region_rel a
from tab_store_field a
LEFT JOIN tab_store_field_rel b
on a.store_field_id = b.store_field_id
and b.status = 1
......
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