Commit 0533ec9e by ping.wu

参数未赋值修改

parent f408b6ad
......@@ -441,6 +441,7 @@ public class PointsMallOrderServiceImpl implements PointsMallOrderService {
if (useScoreFail || orderFail) {
//扣减积分商品商品库存
UpdatePointsMallStocksRequest updatePointsMallStocksRequest = new UpdatePointsMallStocksRequest();
updatePointsMallStocksRequest.setPartnerId(partnerId);
updatePointsMallStocksRequest.setMemberId(memberId);
updatePointsMallStocksRequest.setChangeType(1);
updatePointsMallStocksRequest.setRemark("积分兑换");
......
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