吴学文 лет назад: 7
Родитель
Сommit
b9bfb815ba

+ 1 - 1
java110-config/src/main/resources/mapper/floor/FloorServiceDaoImplMapper.xml

@@ -150,7 +150,7 @@ and t.b_id= #{bId}
         SELECT
             f.`floor_id` floorId,
             f.`floor_num` floorNum,
-            f.`name`,
+            f.`name` floorName,
             f.`remark`,
             f.`user_id` userId,
             cm.`community_id` communityId

+ 1 - 1
java110-config/src/main/resources/mapper/user/UserServiceDaoImplMapper.xml

@@ -259,7 +259,7 @@
 
     <!-- 查询用户信息 -->
     <select id="queryUserInfo" parameterType="map" resultType="map">
-        select u.user_id,u.name,u.email,u.address,u.password,u.location_cd,
+        select u.user_id,u.name,u.name userName,u.email,u.address,u.password,u.location_cd,
         u.age,u.sex,u.tel,u.level_cd,u.b_id
         from u_user u where 1= 1
         <if test="bId != null and bId !=''">