|
@@ -594,6 +594,8 @@ public class FsStoreOrderServiceImpl implements IFsStoreOrderService
|
|
|
}
|
|
|
fsStoreOrderLogsService.create(order.getOrderId(), FsStoreOrderLogEnum.CREATE_ORDER.getValue(),
|
|
|
FsStoreOrderLogEnum.CREATE_ORDER.getDesc());
|
|
|
+ } else {
|
|
|
+ throw new RuntimeException(String.format("创建订单失败!原因: %s",JSON.toJSONString(order)));
|
|
|
}
|
|
|
return R.ok();
|
|
|
}
|