|
@@ -38,7 +38,6 @@ import com.fjhx.customer.entity.customer.po.Customer;
|
|
|
import com.fjhx.customer.service.customer.CustomerService;
|
|
|
import com.fjhx.file.entity.FileInfoVo;
|
|
|
import com.fjhx.file.utils.ObsFileUtil;
|
|
|
-import com.fjhx.flow.entity.flow.po.FlowExample;
|
|
|
import com.fjhx.flow.service.flow.FlowExampleService;
|
|
|
import com.fjhx.item.entity.product.dto.ProductInfoSelectDto;
|
|
|
import com.fjhx.item.entity.product.po.ProductInfo;
|
|
@@ -48,7 +47,6 @@ import com.fjhx.purchase.entity.pay.po.Pay;
|
|
|
import com.fjhx.purchase.entity.purchase.po.Purchase;
|
|
|
import com.fjhx.purchase.entity.purchase.po.PurchaseDetail;
|
|
|
import com.fjhx.purchase.entity.purchase.vo.PurchaseDetailVo;
|
|
|
-import com.fjhx.purchase.entity.purchase.vo.PurchaseVo;
|
|
|
import com.fjhx.purchase.entity.quality.po.QualityDetail;
|
|
|
import com.fjhx.purchase.service.arrival.ArrivalDetailService;
|
|
|
import com.fjhx.purchase.service.pay.PayDetailService;
|
|
@@ -1803,8 +1801,8 @@ public class ContractServiceImpl extends ServiceImpl<ContractMapper, Contract>
|
|
|
* 获取合同相关的所有采购合同版本列表
|
|
|
*/
|
|
|
@Override
|
|
|
- public List<Purchase> getPurchaseListByContractId(Long id) {
|
|
|
- return purchaseService.list(q -> q.eq(Purchase::getDataResourceId, id));
|
|
|
+ public List<EhsdPurchase> getPurchaseListByContractId(Long id) {
|
|
|
+ return ehsdPurchaseService.list(q -> q.eq(EhsdPurchase::getDataResourceId, id));
|
|
|
}
|
|
|
|
|
|
/**
|