|
|
@@ -111,6 +111,7 @@ public class WxCouponController extends BaseController { |
|
|
if (wxCoupon.getId() == null) { |
|
|
if (wxCoupon.getId() == null) { |
|
|
return new ResultData(ResultData.ERROR, "缺少id"); |
|
|
return new ResultData(ResultData.ERROR, "缺少id"); |
|
|
} |
|
|
} |
|
|
|
|
|
wxCoupon.setTenantId(getTenantId()); |
|
|
return wxCouponService.saveOrUpdate(wxCoupon); |
|
|
return wxCouponService.saveOrUpdate(wxCoupon); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|