...
|
...
|
@@ -203,7 +203,7 @@ public class OrderShareActivityServiceImpl implements IOrderShareActivityService |
|
|
// 已达到分享最大数
|
|
|
log.warn("share has been finished ,params is ordercode={},uid={},flag=5", ordercode, uid);
|
|
|
bo.setFlag(5);
|
|
|
bo.setReturnMsg("优惠券已经领光了");
|
|
|
bo.setReturnMsg("当天分享已达到最大数"+maxshare);
|
|
|
return bo;
|
|
|
}
|
|
|
}
|
...
|
...
|
|