@@ -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);