|
@@ -220,6 +220,7 @@ public class ContractServiceImpl extends ServiceImpl<ContractMapper, Contract>
|
|
|
.or().in("t1", Contract::getBuyCorporationId, customerIds)
|
|
|
);
|
|
|
}
|
|
|
+ wrapper.orderByDesc("t1.create_time");
|
|
|
Page<ContractVo> contractAndSamplePage = baseMapper.getContractAndSamplePagez(dto.getPage(), wrapper);
|
|
|
List<ContractVo> records = contractAndSamplePage.getRecords();
|
|
|
//赋值原卖方公司名称 多公司
|