44323
2023-11-23 c35f907f1ab5c2cd45a55bf757bb2fc17a5bcf1e
cloud-server-account/src/main/resources/mapper/RechargeRecordsMapper.xml
@@ -4,7 +4,7 @@
    <select id="rechargeList" resultType="com.dsh.account.model.vo.RechargeRecordsVO">
        select t1.* from t_recharge_records t1
        select t1.*,t2.name,t2.phone,CONCAT(t2.province,t2.city)as provinceAndCity from t_recharge_records t1
        left join t_app_user t2 on t1.appUserId = t2.id
        <where>
            <if test="query.amount!=null and query.amount!= ''">
@@ -31,6 +31,7 @@
                    #{id}
                </foreach>
            </if>
            and t1.payStatus = 2
        </where>
    </select>
    <select id="listAll" resultType="com.dsh.account.entity.VipPayment">