forked from kidgrow-microservices-platform

zhaoxiaohao
2020-11-04 c981d74612bf35c16365aba0db9b55be0ad81dac
kidgrow-business/kidgrow-opration-center/kidgrow-opration-center-biz/src/main/resources/mapper/SaasClientPayMapper.xml
@@ -51,7 +51,7 @@
            <if test="p.prepayId != null and p.prepayId !=''">
                and prepay_id = #{p.prepayId}
            </if>
            <if test="p.type != null ">
            <if test="p.type != null and p.type !=''">
                and type = #{p.type}
            </if>
            <if test="p.createUserId != null and p.createUserId !=''">
@@ -128,7 +128,7 @@
            <if test="p.prepayId != null and p.prepayId !=''">
                and prepay_id = #{p.prepayId}
            </if>
            <if test="p.type != null ">
            <if test="p.type != null and p.type !='' ">
                and type = #{p.type}
            </if>
            <if test="p.createUserId != null and p.createUserId !=''">