yanghb
2023-04-26 eac64ab2177983cba3a13d2b1a50baa9ab6ff75c
ManagementTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TComplaintMapper.xml
@@ -44,9 +44,6 @@
            <if test="isHandle != null and isHandle != '' and isHandle == 2">
                and o.isHandle = 0
            </if>
            <if test="driverId != null and driverId != ''">
                and o.driverId = #{driverId}
            </if>
            <if test="isHandle != null and isHandle != '' and isHandle == 1">
                and o.isHandle = 1
            </if>