扫码登录
This commit is contained in:
parent
1397ad8917
commit
d19b19c4d9
|
|
@ -46,7 +46,7 @@ public class SettingCopyrightServiceImpl implements ISettingCopyrightService {
|
|||
*/
|
||||
@Override
|
||||
public void setCopyright(SettingCopyrightValidate copyrightValidate) {
|
||||
String s = JSON.toJSONString(copyrightValidate.getList());
|
||||
String s = JSON.toJSONString(copyrightValidate.getConfig());
|
||||
ConfigUtils.set("copyright", "config", s);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,6 @@ public class SettingCopyrightValidate implements Serializable {
|
|||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@ApiModelProperty(value = "版权列表")
|
||||
private List<SettingCopyrightVo> list;
|
||||
private List<SettingCopyrightVo> config;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue