|
|
|
@@ -389,7 +389,6 @@ public class WxCouponController extends BaseController { |
|
|
|
TenantEntity tenantEntity = getTenantInfo(); |
|
|
|
List<TenantEntity> tenantEntitys = wxMallService.getTenantEntitys(tenantEntity); |
|
|
|
|
|
|
|
Map<String, Object> result = new HashedMap(); |
|
|
|
if (wxCoupon.getStartdate() == null) { |
|
|
|
wxCoupon.setStartdate(DateUtils.getFirstDayForCurrMonth()); |
|
|
|
} |
|
|
|
@@ -419,7 +418,7 @@ public class WxCouponController extends BaseController { |
|
|
|
public ResultData findPressCountList(@ModelAttribute WxCoupon wxCoupon, Integer pageNum, Integer pageSize) { |
|
|
|
TenantEntity tenantEntity = getTenantInfo(); |
|
|
|
List<TenantEntity> tenantEntitys = wxMallService.getTenantEntitys(tenantEntity); |
|
|
|
Map<String,Object> result = new HashedMap(); |
|
|
|
|
|
|
|
wxCoupon.updateTenantInfo(tenantEntity); |
|
|
|
wxCoupon.setSourceType(EnumCouponSourceType.COUPONSource_Bapi.getCode()); |
|
|
|
PageInfo<WxCouponStatisVo> pages = wxCouponService.findPressData(wxCoupon,tenantEntitys,pageNum,pageSize); |
|
|
|
|