|
@@ -82,7 +82,7 @@ public class OrderController {
|
|
|
|
|
|
log.info("获取订单详情{}", JSONUtil.toJsonStr(resultContent));
|
|
|
|
|
|
- GoodsInfoVo detail = JSONUtil.toBean(JSONUtil.toJsonStr(resultContent.getContent()),GoodsInfoVo.class);
|
|
|
+ GoodsInfoVo detail = JSONUtil.toBean(JSONUtil.toJsonStr(resultContent.getContent()), GoodsInfoVo.class);
|
|
|
|
|
|
// com.zswl.cloud.shop.client.ret.ResultContent<GoodsInfoVo> detail = goodsService.detail(goodsId, 1, userId);
|
|
|
|
|
@@ -114,6 +114,8 @@ public class OrderController {
|
|
|
break;
|
|
|
case "808":
|
|
|
goods1.setJobFlowMap(JobFlowMap.P808);
|
|
|
+ case "809":
|
|
|
+ goods1.setJobFlowMap(JobFlowMap.P809);
|
|
|
break;
|
|
|
|
|
|
|
|
@@ -265,7 +267,6 @@ public class OrderController {
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
@SneakyThrows
|
|
|
@ApiOperation("测试——创建订单")
|
|
|
@ResourceAuth(value = AuthConstant.User, type = AuthType.User)
|
|
@@ -275,9 +276,8 @@ public class OrderController {
|
|
|
|
|
|
log.info(userId);
|
|
|
|
|
|
- return ResultContent.build(ResultState.Success);
|
|
|
+ return ResultContent.build(ResultState.Success);
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
}
|