Commit 7a38fb00 by Huang Linyu

add setProductId int getMultipleAmount

parent a179551b
...@@ -720,6 +720,7 @@ public class OpEventActivityOrderService ...@@ -720,6 +720,7 @@ public class OpEventActivityOrderService
CourseRuleConditionBaseBean t = new CourseRuleConditionBaseBean(); CourseRuleConditionBaseBean t = new CourseRuleConditionBaseBean();
t.setPlayDate( orderItem.getPlayDate()); t.setPlayDate( orderItem.getPlayDate());
t.setResourceId(orderItem.getResourceId()); t.setResourceId(orderItem.getResourceId());
t.setProductId(orderItem.getCourseProductId());
bean.getEnableAmount(t ); bean.getEnableAmount(t );
voucherBean.setAmount(bean.getEnableAmount(t)); voucherBean.setAmount(bean.getEnableAmount(t));
} catch (ClassNotFoundException e) { } catch (ClassNotFoundException e) {
......
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