h5充值-子代理-sql-hasCharge
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user