|
@@ -173,6 +173,7 @@ public class OrderBaseInstallCjOrWgServiceImpl implements orderBaseInstallCjOrWg
|
|
|
log.info("eee");
|
|
|
// 上传附件表图片信息
|
|
|
if (uploadOrderDetailFile(ojtutl, CategoryRefmap, orderBase)){
|
|
|
+ log.info("xxx");
|
|
|
return Boolean.FALSE;
|
|
|
}
|
|
|
|
|
@@ -295,6 +296,8 @@ public class OrderBaseInstallCjOrWgServiceImpl implements orderBaseInstallCjOrWg
|
|
|
return Boolean.FALSE;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ log.info("error ");
|
|
|
return orderInstallCjOrWg(cjOrWg, brand, ojtutl, CategoryRefmap,orderBase);
|
|
|
}
|
|
|
|