修改bug

This commit is contained in:
yangjun 2024-08-07 14:11:05 +08:00
parent 5385e73a68
commit 2ee8b2e514
1 changed files with 2 additions and 0 deletions

View File

@ -1949,6 +1949,8 @@ public class WxServiceImpl implements WxService {
orders.setPayTime(sdf.format(new Date()));
userPackageOrderDao.updateStatus(orders);
//获取订单-服务包映射关系列表
List<UserPackageOrdersMapping> mappingList = userPackageOrdersMappingService.findListByOrdersId(orders.getOrdersId());
for (UserPackageOrdersMapping ordersPackage : mappingList) {