Commit 5559e9ad by unknown

add the vip value to course list and detail

parent ac5e23c5
......@@ -861,6 +861,9 @@ public class CourseOrderController {
map.put("phone3", courseBean.getPhone3());
map.put("teeTimes", aggregationCourseResourceBean.getTeeTimes());
map.put("teeTime", aggregationCourseResourceBean.getTeeTime());
//vip add by caosy
map.put("vipFirstReduction", aggregationCourseResourceBean.getVipFirstReduction());
map.put("vipMaxRandom", aggregationCourseResourceBean.getVipMaxRandom());
}
if (asmCourseresourceQuery.getVersion().toLowerCase().compareTo("v4") >= 0) {
List<Map> campaignList = new ArrayList<Map>();
......
......@@ -306,7 +306,6 @@ public abstract class AbstractOrderMController<H extends AbstractOrderBean<T>, T
result.put("policyNo", bean.getPolicyNo());
result.put("canDelete", bean.isCanDelete());
result.put("vipDiscountAmount", bean.getDiscountAfterOrderAmount());
}
@SuppressWarnings("unchecked")
......
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