Commit 8725bded by chongfu.liang

参数改造

parent dc423b2e
......@@ -867,6 +867,8 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
sendPointNew.setSendPoint(sendPointVo.getSendPoint());
sendPointNew.setValidityDateDays(sendPointVo.getValidityDateDays());
}
sendPointNew.setActivityCode(discountDTO.getActivityCode());
sendPointNew.setEndTime(discountDTO.getEndTime());
result.setSendPointVo(sendPointNew);
}
......
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