Commit 159bdeba authored by 廖旭伟's avatar 廖旭伟

修改待打印文件没有siteId的bug

parent bd78d721
...@@ -122,6 +122,7 @@ public class PrintWaitQueueServiceImpl extends AbstractCRUDServiceImpl<PrintWait ...@@ -122,6 +122,7 @@ public class PrintWaitQueueServiceImpl extends AbstractCRUDServiceImpl<PrintWait
private PrintWaitQueueEntity creatWaitQueue(ApplyLogEntity applyLogEntity,int generateType){ private PrintWaitQueueEntity creatWaitQueue(ApplyLogEntity applyLogEntity,int generateType){
PrintWaitQueueEntity waitQueueEntity = new PrintWaitQueueEntity(); PrintWaitQueueEntity waitQueueEntity = new PrintWaitQueueEntity();
waitQueueEntity.setApplyId(applyLogEntity.getId()); waitQueueEntity.setApplyId(applyLogEntity.getId());
waitQueueEntity.setSiteId(applyLogEntity.getSiteId());
waitQueueEntity.setRecordId(applyLogEntity.getRecordId()); waitQueueEntity.setRecordId(applyLogEntity.getRecordId());
waitQueueEntity.setCatalogId(applyLogEntity.getCatalogId()); waitQueueEntity.setCatalogId(applyLogEntity.getCatalogId());
waitQueueEntity.setCatalogCode(applyLogEntity.getCatalogCode()); waitQueueEntity.setCatalogCode(applyLogEntity.getCatalogCode());
......
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