Commit e6f6d687 by 陶光胜

增加通过微盟店铺id查询

parent c1118c3b
......@@ -266,7 +266,7 @@
<include refid="Base_Column_List"></include>
from tab_wm_store
where delete_flag = ${@com.gic.enterprise.constant.DeleteFlagConstants@NORMAL_STATUS}
and wm_store_id in
and wm_mall_store_id in
<foreach close=")" collection="wmStoreIdList" index="index" item="item" open="(" separator=",">
#{item}
</foreach>
......
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