Selaa lähdekoodia

解决宿管查询人员报错问题

dzx 1 vuosi sitten
vanhempi
commit
c1de19c2c3
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      src/main/resources/mapper/room/RoomValueWeekItemMapper.xml

+ 0 - 3
src/main/resources/mapper/room/RoomValueWeekItemMapper.xml

@@ -14,9 +14,6 @@
         <if test="dto.endTime != null">
             and #{dto.endTime} >= t2.end_time
         </if>
-        <if test="dto.userId != null">
-            and t3.id = #{dto.userId}
-        </if>
         <if test="dto.userName != null and dto.userName != ''">
             and t3.name like concat('%', #{dto.userId}, '%')
         </if>