充值兑换码相关接口

This commit is contained in:
张松 2025-10-21 16:33:21 +08:00
parent 3cc352755e
commit e7e1fae4ce
1 changed files with 1 additions and 0 deletions

View File

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