Commit de7e4827 by 徐高华

bug

parent 162283ed
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
where staff_id = #{staffId,jdbcType=VARCHAR} where staff_id = #{staffId,jdbcType=VARCHAR}
and wx_enterprise_id = #{wxEnterpriseId} and wx_enterprise_id = #{wxEnterpriseId}
and status_flag = 1 and status_flag = 1
<if test="null != storeIdList"> <if test="null != storeIdList and storeIdList.size != 0">
and store_id IN and store_id IN
<foreach collection="storeIdList" open="(" close=")" separator="," item="item"> <foreach collection="storeIdList" open="(" close=")" separator="," item="item">
#{item} #{item}
......
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