qh 2 lat temu
rodzic
commit
ff618a4716

+ 1 - 1
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/rooms/mapper/xml/CesRoomsMapper.xml

@@ -45,7 +45,7 @@
 	)
     </select>
     <select id="alreadyUseLayoutNumber" resultType="org.jeecg.modules.rooms.Vo.AlreadyUseLayoutNumberVo">
-        select l.id,count(t.room_layout_id) as useCount from ces_room_layout l left JOIN
+        select l.id as layout_id,count(t.room_layout_id) as useCount from ces_room_layout l left JOIN
             (
                 SELECT
                     br.room_layout_id