...
|
...
|
@@ -719,10 +719,10 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport |
|
|
}
|
|
|
|
|
|
//4、邀新返,需要报名才可以返佣
|
|
|
UnionShareOrdersActivityPagePre pagePre=unionOrdersActivityPagePreMapper.selectByUidAndActivityId(appYohoCpsNewUid.getInviterUid(), activity.getId());
|
|
|
if (pagePre == null) {
|
|
|
return false;//未报名
|
|
|
}
|
|
|
// UnionShareOrdersActivityPagePre pagePre=unionOrdersActivityPagePreMapper.selectByUidAndActivityId(appYohoCpsNewUid.getInviterUid(), activity.getId());
|
|
|
// if (pagePre == null) {
|
|
|
// return false;//未报名
|
|
|
// }
|
|
|
|
|
|
int now = DateUtil.getCurrentTimeSeconds();
|
|
|
int beginTime = DateUtil.getLastDayStartInt(appYohoCpsNewUid.getCreateTime(), 0);
|
...
|
...
|
|