Browse Source

20211125后端更新代码_2

mashengyi 3 years ago
parent
commit
ae0a2e5921

+ 1 - 4
src/main/java/com/jkcredit/invoice/credit/custInterface/NoCarInterServiceImpl.java

@@ -93,8 +93,7 @@ public class NoCarInterServiceImpl implements NoCarInterService {
 
             List<CustomerCarRec> customerCarRecList = new ArrayList<CustomerCarRec>();
             CustomerCarRec customerCarRec = new CustomerCarRec();
-            customerCarRec.setCustomerName(appKey);
-            if(StringUtils.isEmpty(companyName)){
+                customerCarRec.setCustomerName(appKey);
             //    String companyNum = paramService.getParamsByParamName("REQUEST_COMPANY_NUM").getParamValue();
             //    String appKeyDemo = paramService.getParamsByParamName("REQUEST_COMPANY_NAME").getParamValue();
                 Customer cust = customerMapper.selectByCustomerName(appKey);
@@ -105,9 +104,7 @@ public class NoCarInterServiceImpl implements NoCarInterService {
                 CustomerRec customerRec1 =  customerRecMapper.selectByCustomerNameAndCompanyConcat(customerRec);
                 customerCarRec.setCompanyName(customerRec1.getCompanyName());
                 customerCarRec.setCustomerName(customerRec1.getCustomerName());
-            }else {
                 customerCarRec.setCompanyName(companyName);
-            }
             customerCarRec.setBusinessType("2");//无车
             customerCarRec.setCarColor(plateColor);
             customerCarRec.setCarNum(plateNumber);