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>