ccjgmwz 3 years ago
parent
commit
d1169d47b6

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/PaymentManagementServiceImpl.java

@@ -147,7 +147,7 @@ public class PaymentManagementServiceImpl extends ServiceImpl<PaymentManagementM
                 IdentityAuthenticationInfo identityAuthenticationInfo = iIdentityAuthenticationInfoService.selectOne(new EntityWrapper<IdentityAuthenticationInfo>()
                         .eq("customer_name", paymentManagement1.getCustomerName())
                         .eq("customer_phone", paymentManagement1.getCustomerPhone())
-                        .eq("cover", "0")
+//                        .eq("cover", "0")
                         .eq("customer_type_flag", "1"));
                 if (identityAuthenticationInfo != null) {
                     paymentManagement1.setIdentityAuthenticationInfo(identityAuthenticationInfo);