update 修改会员发票抬头

This commit is contained in:
2023-05-25 15:53:24 +08:00
parent a94e93c5d4
commit 3b8b793a1b

View File

@@ -1713,6 +1713,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
if (CollectionUtils.isEmpty(orderListVOS)) {
return "没有订单需要修改";
}
tempUpdateVirtualAmount(orderListVOS);
return "共修改" + orderListVOS.size() + "条订单数据";
}