Commit b2290f1c by 王祖波

sql

parent d283c50f
......@@ -66,7 +66,7 @@
<if test="search.storeIdList != null and search.storeIdList.size() > 0">
AND store_id IN
<foreach item="storeId" index="index" collection="search.storeIdList" open="(" separator="," close=")">
#{search.storeId}
#{storeId}
</foreach>
</if>
<if test="search.clerkSearch != null and search.clerkSearch != ''">
......
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