充值兑换码相关接口

This commit is contained in:
张松
2025-10-21 16:33:21 +08:00
parent 3cc352755e
commit e7e1fae4ce

View File

@@ -31,6 +31,7 @@ public class MkEnableConfigServiceImpl extends ServiceImpl<MkEnableConfigMapper,
one.setMainShopId(mainShopId); one.setMainShopId(mainShopId);
one.setIsEnable(1); one.setIsEnable(1);
one.setShopId(shopId); one.setShopId(shopId);
one.setType(type.getCode());
save(one); save(one);
} }
MkEnableConfigVO configVO = BeanUtil.copyProperties(one, MkEnableConfigVO.class); MkEnableConfigVO configVO = BeanUtil.copyProperties(one, MkEnableConfigVO.class);