Commit 28983a41 by lili

加上类型

parent 3297fab6
...@@ -1347,6 +1347,7 @@ public class BookSet { ...@@ -1347,6 +1347,7 @@ public class BookSet {
bookDto.setLocation(localtion); bookDto.setLocation(localtion);
bookDto.setSceneName(bookAssocLastQrVO.getSceneName()); bookDto.setSceneName(bookAssocLastQrVO.getSceneName());
bookDto.setSceneId(bookAssocLastQrVO.getSceneId()); bookDto.setSceneId(bookAssocLastQrVO.getSceneId());
bookDto.setTypeCodeNames(bookAssocLastQrVO.getTypes());
} }
} }
} }
......
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