h5充值-子代理-sql-hasCharge

This commit is contained in:
khalil
2025-03-04 10:42:44 +08:00
parent 8158bbb41c
commit a69d3c0db7

View File

@@ -18,7 +18,7 @@
left join charge_region as cr on ((ru.`type` <![CDATA[ & ]]> cr.`type`) != 0)
left join recharge_user_region as rur on rur.`type` = cr.`type` and ru.uid = rur.uid
left join room as r on r.uid = u.uid
where cr.`code` = #{regionCode} and ru.hasCharge = 1
where cr.`code` = #{regionCode} and ru.has_charge = 1
</select>
<select id="listByPartitionId" resultType="com.accompany.payment.vo.RechargeUserVo">