|
|
@ -1199,9 +1199,8 @@ public class CommonContractService extends MybatisBaseService<CommonContractMapp |
|
|
|
map.put("totalPrice", ""); |
|
|
|
map.put("priceRemarks", ""); |
|
|
|
map.put("depositTotal", ""); |
|
|
|
map.re |
|
|
|
map.put("carSaleAddr",""); |
|
|
|
map.put("phone",""); |
|
|
|
map.remove("carSaleAddr"); |
|
|
|
map.remove("phone"); |
|
|
|
AppOrderPriceInfoVo priceInfo = appOrderDetailsVo.getPriceInfo(); |
|
|
|
//查询台数
|
|
|
|
String num = priceInfo.getNumber(); |
|
|
@ -1304,6 +1303,8 @@ public class CommonContractService extends MybatisBaseService<CommonContractMapp |
|
|
|
map.put("totalPrice", ""); |
|
|
|
map.put("priceRemarks", ""); |
|
|
|
map.put("depositTotal", ""); |
|
|
|
map.remove("carSaleAddr"); |
|
|
|
map.remove("phone"); |
|
|
|
AppOrderPriceInfoVo priceInfo = appOrderDetailsVo.getPriceInfo(); |
|
|
|
//查询台数
|
|
|
|
String num = priceInfo.getNumber(); |
|
|
@ -1405,6 +1406,8 @@ public class CommonContractService extends MybatisBaseService<CommonContractMapp |
|
|
|
map.put("totalPrice", ""); |
|
|
|
map.put("priceRemarks", ""); |
|
|
|
map.put("depositTotal", ""); |
|
|
|
map.remove("carSaleAddr"); |
|
|
|
map.remove("phone"); |
|
|
|
AppOrderPriceInfoVo priceInfo = appOrderDetailsVo.getPriceInfo(); |
|
|
|
//查询台数
|
|
|
|
String num = priceInfo.getNumber(); |
|
|
@ -1506,8 +1509,8 @@ public class CommonContractService extends MybatisBaseService<CommonContractMapp |
|
|
|
map.put("totalPrice", ""); |
|
|
|
map.put("priceRemarks", ""); |
|
|
|
map.put("depositTotal", ""); |
|
|
|
map.put("carSaleAddr",""); |
|
|
|
map.put("phone",""); |
|
|
|
map.remove("carSaleAddr"); |
|
|
|
map.remove("phone"); |
|
|
|
AppOrderPriceInfoVo priceInfo = appOrderDetailsVo.getPriceInfo(); |
|
|
|
//查询台数
|
|
|
|
String num = priceInfo.getNumber(); |
|
|
|