Selaa lähdekoodia

添加YUFU库代码,初版2

zhaoxian 9 kuukautta sitten
vanhempi
commit
f26f88ff4e

+ 4 - 4
ruixuan-live/src/main/java/com/ruixuan/isc/service/impl/SupplyChainServiceImpl.java

@@ -731,7 +731,7 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
             supplyChainMapper.updateRocketKuaishouSupplyChain(rocketList);
         }
         if (!Check.isNull(yufuList)) {
-            supplyChainMapper.updateYufuKuaishouSupplyChain(rocketList);
+            supplyChainMapper.updateYufuKuaishouSupplyChain(yufuList);
         }
         if (!"nomore".equals(pcursor)) {
             getInfo(accessToken, beginTime, endTime, url, pcursor, 1);
@@ -830,7 +830,7 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
         }
 
         if (!Check.isNull(yufuList)) {
-            supplyChainMapper.updateYufuKuaishouSupplyChain(rocketList);
+            supplyChainMapper.updateYufuKuaishouSupplyChain(yufuList);
         }
         if (!"nomore".equals(pcursor)) {
             getMgsInfo(accessToken, beginTime, endTime, url, pcursor, 1);
@@ -926,7 +926,7 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
             supplyChainMapper.updateRocketKuaishouSupplyChain(rocketList);
         }
         if (!Check.isNull(yufuList)) {
-            supplyChainMapper.updateYufuKuaishouSupplyChain(rocketList);
+            supplyChainMapper.updateYufuKuaishouSupplyChain(yufuList);
         }
         if (!"nomore".equals(pcursor)) {
             getRocketInfo(accessToken, beginTime, endTime, url, pcursor, 1);
@@ -1022,7 +1022,7 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
             supplyChainMapper.updateRocketKuaishouSupplyChain(rocketList);
         }
         if (!Check.isNull(yufuList)) {
-            supplyChainMapper.updateYufuKuaishouSupplyChain(rocketList);
+            supplyChainMapper.updateYufuKuaishouSupplyChain(yufuList);
         }
         if (!"nomore".equals(pcursor)) {
             getYufuInfo(accessToken, beginTime, endTime, url, pcursor, 1);