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