...
|
...
|
@@ -75,6 +75,7 @@ public class DrawlineUserQueueServiceImpl implements IDrawlineUserQueueService { |
|
|
logger.info("addDrawlineUserQueue limitProduct batchNO is {}",limitProductBo.getBatchNo());
|
|
|
batchNo = limitProductBo.getBatchNo();
|
|
|
}
|
|
|
|
|
|
//根据batch_no去limit_code表中获取limitskn
|
|
|
LimitCodeReq limitCodeReq = new LimitCodeReq();
|
|
|
limitCodeReq.setBatchNo(batchNo);
|
...
|
...
|
|