Commit bd38b02f by 徐高华

sql bug

parent 50750502
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
select store_id storeId, select store_id storeId,
MIN(over_flag) overFlag MIN(over_flag) overFlag
from tab_haoban_hm_qrcode from tab_haoban_hm_qrcode
where enterprise_id = #{enterpriseId} and status_flag in = 1 where enterprise_id = #{enterpriseId} and status_flag = 1
and store_id is not null and store_id is not null
GROUP BY store_id GROUP BY store_id
</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