修复结算时,清空购物车问题
This commit is contained in:
@@ -542,7 +542,7 @@ public class CartServiceImpl implements CartService {
|
||||
}
|
||||
//构建交易
|
||||
Trade trade = tradeBuilder.createTrade(tradeDTO);
|
||||
this.cleanChecked(tradeDTO);
|
||||
this.cleanChecked(this.readDTO(cartTypeEnum));
|
||||
return trade;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user