|
|
@ -821,6 +821,7 @@ public class CommonContractService extends MybatisBaseService<CommonContractMapp |
|
|
|
map.put("carSaleCustomerName",crmCustomerTempVo.getName()); |
|
|
|
map.put("carSaleIdNo",idNo); |
|
|
|
map.put("carSaleAddr",crmCustomerTempVo.getAddress()); |
|
|
|
map.put("phone",crmCustomerTempVo.getMobile()); |
|
|
|
} |
|
|
|
//车架号集合
|
|
|
|
List<String> stringList = new ArrayList<>(); |
|
|
@ -1003,6 +1004,7 @@ public class CommonContractService extends MybatisBaseService<CommonContractMapp |
|
|
|
map.put("carSaleCustomerName",crmCustomerTempVo.getName()); |
|
|
|
map.put("carSaleIdNo",idNo); |
|
|
|
map.put("carSaleAddr",crmCustomerTempVo.getAddress()); |
|
|
|
map.put("phone",crmCustomerTempVo.getMobile()); |
|
|
|
} |
|
|
|
//车架号集合
|
|
|
|
List<String> stringList = new ArrayList<>(); |
|
|
@ -1835,6 +1837,7 @@ public class CommonContractService extends MybatisBaseService<CommonContractMapp |
|
|
|
map.put("carSaleCustomerName",crmCustomerTempVo.getName()); |
|
|
|
map.put("carSaleIdNo",idNo); |
|
|
|
map.put("carSaleAddr",crmCustomerTempVo.getAddress()); |
|
|
|
map.put("phone",crmCustomerTempVo.getMobile()); |
|
|
|
} |
|
|
|
//车架号集合
|
|
|
|
List<String> stringList = new ArrayList<>(); |
|
|
@ -1996,6 +1999,7 @@ public class CommonContractService extends MybatisBaseService<CommonContractMapp |
|
|
|
map.put("carSaleCustomerName",crmCustomerTempVo.getName()); |
|
|
|
map.put("carSaleIdNo",idNo); |
|
|
|
map.put("carSaleAddr",crmCustomerTempVo.getAddress()); |
|
|
|
map.put("phone",crmCustomerTempVo.getMobile()); |
|
|
|
} |
|
|
|
//车架号集合
|
|
|
|
List<String> stringList = new ArrayList<>(); |
|
|
|