|
@@ -1217,6 +1217,7 @@ public class ContractManagementInfoServiceImpl extends ServiceImpl<ContractManag
|
|
|
//查询同合同编号收购入库量
|
|
|
List<PaymentManagement> paymentManagementList = paymentManagementService.selectList(new EntityWrapper<PaymentManagement>()
|
|
|
.eq("contract_no", contractManagementInfo1.getContractNo())
|
|
|
+ .eq("comp_id", contractManagementInfo1.getCompId())
|
|
|
.ne("status", "待结算")
|
|
|
.eq("delete_flag", "0"));
|
|
|
if (!CollectionUtils.isEmpty(paymentManagementList)) {
|