Commit a51e1cb8 by Huang Linyu

add vipPrice

parent c6860431
......@@ -530,6 +530,7 @@ public class CourseOrderController {
mp.put("fairwayLength", bean.getFairwayLength());
mp.put("teeTime", bean.getTeeTime());
mp.put("salePrice", bean.getSalePrice());
mp.put("vipPrice", bean.getVipPrice());
mp.put("marketPrice", bean.getMarketPrice());
mp.put("distance", bean.getDistance());
......@@ -1016,6 +1017,7 @@ public class CourseOrderController {
bean.setSalePrice(0d);//电话预订底价日历显示为0
}
map.put("price", bean.getSalePrice());
map.put("vipPrice", bean.getVipPrice());
map.put("teeTime", bean.getTeeTime());
if (version.toLowerCase().compareTo("v2") >= 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment