management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/TOrderMapper.xml
@@ -99,9 +99,6 @@ <if test="driverName != null and driverName != ''"> AND d.name LIKE concat('%',#{driverName},'%') </if> <if test="isException != null"> AND a.is_exception = #{isException} </if> <if test="roleType != null and roleType == 2"> AND o.branchOfficeId = #{objectId} </if>