|
|
@@ -231,7 +231,7 @@ public class WxOfflineActivityController extends BaseController { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ApiOperation("活动奖项联单发放明细导出") |
|
|
@ApiOperation("活动奖项联单发放明细导出") |
|
|
@GetMapping("/grantItemExport") |
|
|
|
|
|
|
|
|
@GetMapping("/grantItemCountExport") |
|
|
public void grantItemCountExport(@ModelAttribute OfflineActivityAwardsItemVo offlineActivityAwardsItemVo, HttpServletRequest request, HttpServletResponse response) { |
|
|
public void grantItemCountExport(@ModelAttribute OfflineActivityAwardsItemVo offlineActivityAwardsItemVo, HttpServletRequest request, HttpServletResponse response) { |
|
|
if(offlineActivityAwardsItemVo.getActivityItemId() == null){ |
|
|
if(offlineActivityAwardsItemVo.getActivityItemId() == null){ |
|
|
throw new MallinkException(Result.ERROR,"活动项ID 为空"); |
|
|
throw new MallinkException(Result.ERROR,"活动项ID 为空"); |
|
|
|