Commit fad57e2d by chongfu.liang

Merge branch 'feature/2.0.4-集点改造' into qa

parents 5c5fadea dc423b2e
...@@ -1015,6 +1015,7 @@ public class ShoppingCartNewServiceImpl implements ShoppingCartNewService { ...@@ -1015,6 +1015,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