|
@@ -464,7 +464,7 @@ public class OmsPortalOrderServiceImpl implements OmsPortalOrderService {
|
|
|
HttpResponseResult<Map> mapHttpResponseResult = webFeignService.mallCreateOrder(model);
|
|
|
if (!mapHttpResponseResult.getStatus()) {
|
|
|
LOG.error("管乐迷下单错误信息:{}",mapHttpResponseResult.getMsg());
|
|
|
- throw new BizException("管乐迷订单生成失败");
|
|
|
+ throw new BizException(mapHttpResponseResult.getMsg());
|
|
|
}
|
|
|
Map data = mapHttpResponseResult.getData();
|
|
|
if (Integer.valueOf(0).equals(MapUtil.get(data,"mallStatus",Integer.class))) {
|