Commit 56c7fa19 by wuwenlong

小程序端房间接口

parent ce3d9884
...@@ -138,7 +138,7 @@ public class SRoomServiceImpl extends ServiceImpl<SRoomMapper, SRoom> implements ...@@ -138,7 +138,7 @@ public class SRoomServiceImpl extends ServiceImpl<SRoomMapper, SRoom> implements
packs.add(pack); packs.add(pack);
} }
}); });
sRoom.setPackList(packList); vo.setPackList(packs);
} }
voList.add(vo); voList.add(vo);
}); });
......
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