修改了物业一些bug
Some checks failed
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Failing after 12m36s
Some checks failed
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Failing after 12m36s
This commit is contained in:
@@ -15,9 +15,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
where r.id=#{roomId}
|
||||
</select>
|
||||
|
||||
<select id="queryRoomNameList" parameterType="list" resultType="java.util.Map">
|
||||
<select id="queryRoomNameList" resultType="java.lang.String" parameterType="list">
|
||||
SELECT
|
||||
r.id,
|
||||
concat(c.community_name, b.building_name, f.floor_name, r.room_number) AS room_name
|
||||
FROM
|
||||
tb_room r
|
||||
|
Reference in New Issue
Block a user