|
|
|
@@ -72,6 +72,7 @@ public class WxCouponController extends BaseController |
|
|
|
String[] arys = wxCoupon.getBusiness().split(","); |
|
|
|
wxCoupon.setBusiness(JSON.toJSONString(arys)); |
|
|
|
} |
|
|
|
wxCoupon.setTenantId(getUser().getTenantId()); |
|
|
|
Long id = wxCouponService.saveOrUpdate(wxCoupon); |
|
|
|
return new ResultData(id); |
|
|
|
} |
|
|
|
|