Commit 990f9b8b by 周晓航

删除 无效日志

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 2f786c2b
......@@ -52,7 +52,6 @@ public class GetActivityMsgHandle {
.map(BindingCouponTypeDto::getActivityCode)
.collect(Collectors.toList());
List<ActiveDetailVO> activeDetailVOS = this.batchQueryActivityInfo(activityCodes, partnerId);
ShoppingSdkLogUtil.printLog("fisherman 组装 优惠券虚拟商品", JSON.toJSONString(productBindingCoupons),JSON.toJSONString(activeDetailVOS));
if (CollectionUtils.isNotEmpty(activeDetailVOS)) {
// 设置 券名称 数量
Map<String, ActiveDetailVO> collect = activeDetailVOS.stream().collect(Collectors.toMap(ActiveDetailVO::getActiveCode, a -> a, (k1, k2) -> k1));
......
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