|
|
@ -1049,6 +1049,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public DistributionSignforVO getOneCustom(Long id) { |
|
|
|
public DistributionSignforVO getOneCustom(Long id) { |
|
|
|
|
|
|
|
// todo 这里需要配TJJ 来进行修改 传入的参数未预约单DI
|
|
|
|
DistributionSignforVO distributionSignforVO = baseMapper.selectOneCustomByReservationId(id); |
|
|
|
DistributionSignforVO distributionSignforVO = baseMapper.selectOneCustomByReservationId(id); |
|
|
|
//查询客户下的订单列表信息
|
|
|
|
//查询客户下的订单列表信息
|
|
|
|
DistributionSignforEntity signforEntity = this.getById(id); |
|
|
|
DistributionSignforEntity signforEntity = this.getById(id); |
|
|
|