feat:接口调整
This commit is contained in:
@@ -144,6 +144,15 @@
|
||||
</where>
|
||||
|
||||
</select>
|
||||
|
||||
<select id="getStoreNumByStoreCodes" resultMap="BaseResultMap">
|
||||
select *
|
||||
from store_${enterpriseId}
|
||||
where is_delete = 'effective'
|
||||
<if test="storeCodeIds != null">
|
||||
<foreach collection="storeCodeIds" item="item" separator="," open="and store_num in (" close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user