mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 13:05:11 +08:00
update 集团列表
This commit is contained in:
@@ -122,6 +122,12 @@
|
||||
left join pile_merchant_info t2 on t1.merchant_id = t2.id
|
||||
left join pile_station_info t3 on t3.id = t1.station_id
|
||||
where t1.del_flag = '0'
|
||||
<if test="merchantIdList != null and merchantIdList.size() != 0">
|
||||
and t1.merchant_id in
|
||||
<foreach collection="merchantIdList" item="merchantId" open="(" separator="," close=")">
|
||||
#{merchantId,jdbcType=VARCHAR}
|
||||
</foreach>
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<select id="queryMemberDiscount" resultType="com.jsowell.pile.vo.web.MemberDiscountVO">
|
||||
|
||||
Reference in New Issue
Block a user