Commit 5a3d1e8e by Huang Linyu

Merge branch 'f-6.6.4' of 192.168.10.6:caosy/fun-golf-service into f-6.6.4

parents 7295e11f ea0482a5
...@@ -194,7 +194,8 @@ public class UserMemberIntegralLogService extends GenericService<UserMemberInteg ...@@ -194,7 +194,8 @@ public class UserMemberIntegralLogService extends GenericService<UserMemberInteg
} }
public void giveWorkPoint() { public void giveWorkPoint() {
this.giveEventActivityWorkPoint(); //取消社员参加赛事送公分
//this.giveEventActivityWorkPoint();
} }
/** /**
......
...@@ -496,7 +496,7 @@ public class EventActivityOrderService extends ...@@ -496,7 +496,7 @@ public class EventActivityOrderService extends
@Override @Override
protected boolean beforePlaceOrder(EventActivityOrderBean eventActivityOrderBean) { protected boolean beforePlaceOrder(EventActivityOrderBean eventActivityOrderBean) {
this.checkCommuneIdentity(eventActivityOrderBean); // this.checkCommuneIdentity(eventActivityOrderBean);
this.checkTotalCashRebate(eventActivityOrderBean); this.checkTotalCashRebate(eventActivityOrderBean);
......
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