Skip to content

Commit

Permalink
修复结算时,清空购物车问题
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiGaoRobot committed May 6, 2022
1 parent 840637c commit fd92d93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ public Trade createTrade(TradeParams tradeParams) {
}
//构建交易
Trade trade = tradeBuilder.createTrade(tradeDTO);
this.cleanChecked(tradeDTO);
this.cleanChecked(this.readDTO(cartTypeEnum));
return trade;
}

Expand Down

0 comments on commit fd92d93

Please sign in to comment.