|
|
|
@@ -148,6 +148,9 @@ public class WxCouponController extends BaseController { |
|
|
|
TenantEntity tenantEntity = getTenantInfo(); |
|
|
|
wxCoupon.updateTenantInfo(tenantEntity); |
|
|
|
|
|
|
|
if(null == wxCoupon.getContentType()){ |
|
|
|
wxCoupon.setContentType(EnumCouponContentType.NORMAL.getCode()); |
|
|
|
} |
|
|
|
if(null == wxCoupon.getSourceType()){ |
|
|
|
wxCoupon.setSourceType(EnumCouponSourceType.COUPONSource_Admin.getCode()); |
|
|
|
} |
|
|
|
|