Update OmsPortalOrderServiceImpl.java
This commit is contained in:
@@ -477,7 +477,7 @@ public class OmsPortalOrderServiceImpl implements OmsPortalOrderService {
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除下单商品的购物车信息
|
||||
* 从购物车中删除已下单的商品信息
|
||||
*/
|
||||
private void deleteCartItemList(List<CartPromotionItem> cartPromotionItemList, UmsMember currentMember) {
|
||||
List<Long> ids = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user