Compare commits

..

No commits in common. "9b8f9e85dd13fc0e8b0d136c2dc9aef81af18a34" and "0ef94f40e5972edb5022d9b19916a47eb1d1a73d" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

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