forked from kidgrow-microservices-platform

dougang
2020-12-09 c8cdba0d34f57835a96233a7f0a7eaa35774dd6f
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 !=''">