瀏覽代碼

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

dzx 1 年之前
父節點
當前提交
c1de19c2c3
共有 1 個文件被更改,包括 0 次插入3 次删除
  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>