Commit dc423b2e by chongfu.liang

参数改造

parent 95d78360
...@@ -867,6 +867,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -867,6 +867,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService {
sendPointNew.setSendPoint(sendPointVo.getSendPoint()); sendPointNew.setSendPoint(sendPointVo.getSendPoint());
sendPointNew.setValidityDateDays(sendPointVo.getValidityDateDays()); sendPointNew.setValidityDateDays(sendPointVo.getValidityDateDays());
} }
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