Commit 5ae76dec by caosy

虚拟毛利

parent 748b15e7
......@@ -369,7 +369,7 @@ public class EventActivityOrderService extends
// (order.getVoucherAmount() != null && order
// .getVoucherAmount().compareTo(BigDecimal.valueOf(0)) != 0))
&& isStart == false && courseResource != null) {
jobUtil.startJob(order.getOrderId(), overTimeMinute, "eventActivityOrder");
jobUtil.startJob(order.getOrderId(), overTimeMinute-35, "eventActivityOrder");
isStart = true;
}
}
......
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