Compare commits
No commits in common. "9b8f9e85dd13fc0e8b0d136c2dc9aef81af18a34" and "0ef94f40e5972edb5022d9b19916a47eb1d1a73d" have entirely different histories.
9b8f9e85dd
...
0ef94f40e5
|
@ -1949,8 +1949,6 @@ public class WxServiceImpl implements WxService {
|
|||
orders.setPayTime(sdf.format(new Date()));
|
||||
userPackageOrderDao.updateStatus(orders);
|
||||
|
||||
|
||||
|
||||
//获取订单-服务包映射关系列表
|
||||
List<UserPackageOrdersMapping> mappingList = userPackageOrdersMappingService.findListByOrdersId(orders.getOrdersId());
|
||||
|
||||
|
|
Loading…
Reference in New Issue