|
@@ -124,7 +124,7 @@ public class CustomerInterLowerServiceImpl implements CustomerInterLowerService
|
|
|
customerRec.setCompanyOpenbankAcc(companyOpenbankAcc);//公司开户行电话
|
|
|
customerRec.setCompanyAdress(companyAdress);//公司地址
|
|
|
customerRec.setCompanyPhone(companyPhone);//公司电话
|
|
|
- customerRec.setInterType(interType);////0-接口 1-平台 3.手工录入
|
|
|
+ customerRec.setInterType(interType);////0-接口 1-平台
|
|
|
customerRec.setBussinessType(bussinessType);//业务类型 0 -自有车 1-外协车 2-无车
|
|
|
customerRec.setOperatingRangeType(operatingRangeType);//运用类型
|
|
|
customerRec.setCompanyType(companyType);//所属类型
|