|
@@ -357,6 +357,8 @@ public class DetailDownloadServiceImpl implements DetailDownloadService {
|
|
|
// 生成采集明细数据
|
|
|
count = getOrderInstallDetail(oids, count, order, item,a);
|
|
|
|
|
|
+ log.info("生成采集条码表a {}",JSONObject.toJSONString(a));
|
|
|
+
|
|
|
// 把条码信息放在采集条码表中使用
|
|
|
if (StringUtils.isNotEmpty(a.getInsideCode())){
|
|
|
outid = getInOutid(oidcs, outid, order, a, a.getInsideCode(), "1");
|
|
@@ -365,6 +367,8 @@ public class DetailDownloadServiceImpl implements DetailDownloadService {
|
|
|
outid = getInOutid(oidcs, outid, order, a, a.getOutCode(), "2");
|
|
|
}
|
|
|
|
|
|
+ log.info("生成采集条码表b {}",JSONObject.toJSONString(oidcs));
|
|
|
+
|
|
|
// 增加处理三级从表的下载任务
|
|
|
getItfGreeToFaDownloadTaskList(its, item);
|
|
|
}
|