|
@@ -740,7 +740,7 @@ public class FsStoreOrderScrmServiceImpl implements IFsStoreOrderScrmService
|
|
if (flag==0) {
|
|
if (flag==0) {
|
|
return R.error("订单创建失败");
|
|
return R.error("订单创建失败");
|
|
}
|
|
}
|
|
- if (!isPay){
|
|
|
|
|
|
+ if (!isPay && storeOrder.getCompanyId()!=null){
|
|
// 添加订单审核
|
|
// 添加订单审核
|
|
addOrderAudit(storeOrder);
|
|
addOrderAudit(storeOrder);
|
|
}
|
|
}
|