Pu Zhibing
2024-11-15 dedfc9f1a3fb311874a360324447e717f3034c4a
ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TPubWithdrawalMapper.xml
@@ -39,7 +39,7 @@
                AND (o.insertTime between CONCAT(#{beginTime},' 00:00:00') and CONCAT(#{endTime},' 23:59:59'))
            </if>
            <if test="name != null and name != ''">
                and o.name  LIKE CONCAT('%',#{name},'%')
                and o.userName  LIKE CONCAT('%',#{name},'%')
            </if>
            <if test="withdrawalType != null and withdrawalType != ''">
                and o.withdrawalType = #{withdrawalType}
@@ -47,9 +47,12 @@
            <if test="userType != null and userType != ''">
                and o.userType = #{userType}
            </if>
            <if test="type != null and type != ''">
            <if test="type != null and type != '' and type != 3">
                and o.type = #{type}
            </if>
            <if test="type != null and type != '' and type == 3">
                and o.type is null
            </if>
            <if test="state != null and state != ''">
                and o.state = #{state}
            </if>