qh 2 年 前
コミット
ff618a4716
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/rooms/mapper/xml/CesRoomsMapper.xml

+ 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