|
@@ -219,8 +219,10 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
|
|
|
qualityInspectionManagement.setWaterMin(purchasePrice.getWaterMin());
|
|
|
}
|
|
|
IdentityAuthenticationInfo identityAuthenticationInfo=iIdentityAuthenticationInfoService.selectOne(new EntityWrapper<IdentityAuthenticationInfo>()
|
|
|
- .eq("customer_name",paymentManagement.getCustomerName()).eq("cover","0")
|
|
|
- .eq("customer_type_flag","1"));
|
|
|
+ .eq("customer_name",paymentManagement.getCustomerName())
|
|
|
+ .eq("customer_phone",paymentManagement.getCustomerPhone())
|
|
|
+ .eq("cover","0")
|
|
|
+ .eq("customer_type_flag","1"));
|
|
|
paymentManagement.setIdentityAuthenticationInfo(identityAuthenticationInfo);
|
|
|
paymentManagement.setQualityInspectionManagement(qualityInspectionManagement);
|
|
|
paymentManagement.setWeighingManagement(weighingManagement);
|