Commit 5f08566b by “zcwang”

add: 添加日志

parent c1ae469e
Pipeline #43428 passed with stages
in 1 minute 38 seconds
...@@ -613,6 +613,7 @@ public class ChangeFlowBiz { ...@@ -613,6 +613,7 @@ public class ChangeFlowBiz {
// 批量查询spu信息 // 批量查询spu信息
List<SpuTO> spuTOS = itemService.batchQuerySpuInfo(BatchQuerySpuInfoParam.builder().ids(itemIds) List<SpuTO> spuTOS = itemService.batchQuerySpuInfo(BatchQuerySpuInfoParam.builder().ids(itemIds)
.commonProps(new ArrayList<>()).spuProps(new ArrayList<>()).build()); .commonProps(new ArrayList<>()).spuProps(new ArrayList<>()).build());
log.debug("[detail] spuTOS:{}", JSON.toJSONString(spuTOS));
// 批量查询物理类目 // 批量查询物理类目
Map<Long, List<SimplePhyCateGoryResultCo>> categoryChain = itemService Map<Long, List<SimplePhyCateGoryResultCo>> categoryChain = itemService
.queryBySpuIds(CommonIdsParamQuery.builder().ids(itemIds).build()); .queryBySpuIds(CommonIdsParamQuery.builder().ids(itemIds).build());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment