|
@@ -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);
|