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