Commit 9c6854a0 by 吕明尚

房间新增保洁人员id

parent c5e7c1e1
......@@ -119,6 +119,11 @@ public class SRoomVo extends BaseEntity
private Long recordsId;
/**
* 保洁人员id
*/
private Long recordsUserId;
/**
* 是否脏房
*/
private Integer isDirtyRoom;
......
......@@ -404,6 +404,7 @@ public class SStoreServiceImpl extends ServiceImpl<SStoreMapper, SStore> impleme
SCleanRecords records = recordsMap.get(room.getId()).get(0);
room.setRecordsStatus(records.getStatus());
room.setRecordsId(records.getId());
room.setRecordsUserId(records.getConsumerId());
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment