Commit ed3211ef by 徐高华

sql

parent ac8e1639
......@@ -277,7 +277,7 @@
and staff_id = #{staffId}
and status_flag = 1
<if test="null != storeIdList">
where store_id in
and store_id in
<foreach collection="storeIdList" item="item" separator="," open="(" close=")">
#{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