充值兑换码相关接口
This commit is contained in:
parent
4968f5ce6d
commit
0051c6e24e
|
|
@ -55,9 +55,11 @@ public class MkEnableConfigServiceImpl extends ServiceImpl<MkEnableConfigMapper,
|
|||
one.setIsEnable(dto.getIsEnable());
|
||||
}
|
||||
|
||||
|
||||
if ("part".equals(dto.getUseType()) && dto.getShopIdList() != null) {
|
||||
one.setShopIdList(JSONObject.toJSONString(dto.getShopIdList()));
|
||||
}
|
||||
one.setUseType(dto.getUseType());
|
||||
return updateById(one);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue