Update OmsPortalOrderServiceImpl.java

This commit is contained in:
macro 2024-12-11 09:56:33 +08:00
parent 7842367e25
commit c824eacdb7

View File

@ -477,7 +477,7 @@ public class OmsPortalOrderServiceImpl implements OmsPortalOrderService {
}
/**
* 删除下单商品的购物车信息
* 从购物车中删除下单商品信息
*/
private void deleteCartItemList(List<CartPromotionItem> cartPromotionItemList, UmsMember currentMember) {
List<Long> ids = new ArrayList<>();