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