充值兑换码相关接口
This commit is contained in:
parent
3cc352755e
commit
e7e1fae4ce
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue