Merge branch 'develop' of https://gitee.com/likeadmin/likeadmin_java into develop
This commit is contained in:
commit
db5e362cbf
|
|
@ -46,7 +46,7 @@ public class SettingCopyrightServiceImpl implements ISettingCopyrightService {
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void setCopyright(SettingCopyrightValidate copyrightValidate) {
|
public void setCopyright(SettingCopyrightValidate copyrightValidate) {
|
||||||
String s = JSON.toJSONString(copyrightValidate.getList());
|
String s = JSON.toJSONString(copyrightValidate.getConfig());
|
||||||
ConfigUtils.set("copyright", "config", s);
|
ConfigUtils.set("copyright", "config", s);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,6 @@ public class SettingCopyrightValidate implements Serializable {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
@ApiModelProperty(value = "版权列表")
|
@ApiModelProperty(value = "版权列表")
|
||||||
private List<SettingCopyrightVo> list;
|
private List<SettingCopyrightVo> config;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue