|
|
|
@@ -94,9 +94,9 @@ public class WxOfflineActivityGrantController extends BaseController { |
|
|
|
if(wxOfflineActivityGrantAward.getActivityId() == null){ |
|
|
|
return new ResultData(Result.ERROR,"活动ID为空"); |
|
|
|
} |
|
|
|
if(wxOfflineActivityGrantAward.getRecordIds() == null || wxOfflineActivityGrantAward.getRecordIds().isEmpty()){ |
|
|
|
return new ResultData(Result.ERROR,"请选择订单"); |
|
|
|
} |
|
|
|
// if(wxOfflineActivityGrantAward.getRecordIds() == null || wxOfflineActivityGrantAward.getRecordIds().isEmpty()){ |
|
|
|
// return new ResultData(Result.ERROR,"请选择订单"); |
|
|
|
// } |
|
|
|
if(StringUtil.isBlank(wxOfflineActivityGrantAward.getCusPhone())){ |
|
|
|
throw new MallinkException(Result.ERROR,"用户手机号为空"); |
|
|
|
} |
|
|
|
|