|
|
|
@@ -2,6 +2,7 @@ package com.simple.controller; |
|
|
|
|
|
|
|
import com.simple.domain.dto.WxCouponChannelDto; |
|
|
|
import com.simple.domain.po.MallUserInfo; |
|
|
|
import com.simple.domain.vo.WxCouponChannelVo; |
|
|
|
import io.swagger.annotations.Api; |
|
|
|
import org.apache.log4j.Logger; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
@@ -42,7 +43,7 @@ public class WxCouponChannelController extends BaseController |
|
|
|
wxCouponChannel.setStatus(null); |
|
|
|
} |
|
|
|
wxCouponChannel.setTenantId(getUser().getTenantId()); |
|
|
|
final PageInfo<WxCouponChannel> page = wxCouponChannelService.listAsPage(wxCouponChannel, pageNum, pageSize); |
|
|
|
final PageInfo<WxCouponChannelVo> page = wxCouponChannelService.listPageCAPI(wxCouponChannel, pageNum, pageSize); |
|
|
|
return new ResultData(page); |
|
|
|
} |
|
|
|
|
|
|
|
|