|
@@ -20,6 +20,7 @@ import com.yonge.cooleshow.biz.dal.dto.search.ActivityPlanSearch;
|
|
|
import com.yonge.cooleshow.biz.dal.entity.*;
|
|
|
import com.yonge.cooleshow.biz.dal.enums.*;
|
|
|
import com.yonge.cooleshow.biz.dal.service.*;
|
|
|
+import com.yonge.cooleshow.biz.dal.support.WrapperUtil;
|
|
|
import com.yonge.cooleshow.biz.dal.vo.*;
|
|
|
import com.yonge.cooleshow.biz.dal.vo.res.OrderCreateRes;
|
|
|
import com.yonge.cooleshow.common.entity.HttpResponseResult;
|
|
@@ -274,9 +275,6 @@ public class ActivityPlanServiceImpl extends ServiceImpl<ActivityPlanDao, Activi
|
|
|
if (StringUtil.isEmpty(activityPlan.getPlanStandard().getCondition())) {
|
|
|
throw new BizException("达标条件不能为空");
|
|
|
}
|
|
|
- if (StringUtil.isEmpty(activityPlan.getPlanStandard().getCalculationMethod())) {
|
|
|
- throw new BizException("计算方式不能为空");
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
if (null == activityPlan.getActivityClient()) {
|