mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 查询开启自动提现运营商列表
This commit is contained in:
@@ -1246,4 +1246,13 @@
|
||||
AND t1.id = #{stationId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<select id="selectAutoWithdrawalMerchantInfoList" resultMap="BaseResultMap">
|
||||
select
|
||||
<include refid="Base_Column_List" />
|
||||
from
|
||||
pile_merchant_info
|
||||
where del_flag = '0'
|
||||
and status = '1'
|
||||
and withdrawal_type = '2'
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user