|
@@ -167,7 +167,7 @@ public class NoCarInterServiceImpl implements NoCarInterService {
|
|
|
CustomerRec customerRec = new CustomerRec();
|
|
|
customerRec.setCustomerName(appKey);
|
|
|
customerRec.setCompanyName(cust.getCompany());
|
|
|
- CustomerRec customerRec1 = customerRecMapper.selectByCustomerNameAndCompanyConcat(customerRec);
|
|
|
+ CustomerRec customerRec1 = customerRecMapper.selectByCustomerNameAndCompany(customerRec);
|
|
|
if (null == customerRec1) {
|
|
|
result.setMsg("该客户: " + appKey + " 未备案企业");
|
|
|
return result;
|