yaozhixue il y a 1 an
Parent
commit
1ff01a3585

+ 3 - 1
src/main/java/com/zfire/jiasm/syncdata/service/impl/OrderBaseInstallCjOrWgServiceImpl.java

@@ -290,7 +290,9 @@ public class OrderBaseInstallCjOrWgServiceImpl implements orderBaseInstallCjOrWg
             upPgguid(orderBase);
 
             // 初始化数据
-            upInit(ojtutl, CategoryRefmap, orderBase);
+            if (!upInit(ojtutl, CategoryRefmap, orderBase)){
+                return Boolean.FALSE;
+            }
         }
 
         return orderInstallCjOrWg(cjOrWg, brand, ojtutl, CategoryRefmap,orderBase);