yanghb
2023-04-21 7d31c2357e69c5f9e98bc4a38e56656e07ab9dfc
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>