成功开店代码改造

This commit is contained in:
shuo.wang
2025-07-03 11:33:26 +08:00
parent fe0c4e2ef7
commit 55abe7db99
7 changed files with 19 additions and 11 deletions

View File

@@ -97,6 +97,9 @@
<if test="storeName!=null and storeName!=''">
and store_name like concat('%', #{storeName}, '%')
</if>
<if test="storeNum!=null and storeNum!=''">
and store_num = #{storeNum}
</if>
and (
<if test="regionIdList != null and regionIdList.size >0 ">
<foreach collection="regionIdList" item="regionId" separator=" or " open=" (" close=" )">