...
|
...
|
@@ -111,7 +111,10 @@ func (systemSettingService *SystemSettingService) ListSystemSetting(listSystemSe |
|
|
defaultSettings[i].CompanyId = listSystemSettingQuery.CompanyId
|
|
|
}
|
|
|
return map[string]interface{}{
|
|
|
"systemSetting": defaultSettings,
|
|
|
"grid": map[string]interface{}{
|
|
|
"list": defaultSettings,
|
|
|
"total": len(defaultSettings),
|
|
|
},
|
|
|
}, nil
|
|
|
}
|
|
|
|
...
|
...
|
|