|
@@ -362,6 +362,9 @@
|
|
|
<if test="dto.buildId != null">
|
|
<if test="dto.buildId != null">
|
|
|
and t3.id = #{dto.buildId}
|
|
and t3.id = #{dto.buildId}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="dto.roomId != null">
|
|
|
|
|
+ and t2.id = #{dto.roomId}
|
|
|
|
|
+ </if>
|
|
|
ORDER BY t2.sort_code,t1.sort_code
|
|
ORDER BY t2.sort_code,t1.sort_code
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|