Sfoglia il codice sorgente

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

dzx 1 anno fa
parent
commit
c1de19c2c3

+ 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>