Commit a017ae9f authored by 廖旭伟's avatar 廖旭伟

添加日志打印header参数

parent e2354536
...@@ -230,6 +230,7 @@ public class SstBasicController extends BaseCRUDJsonBodyMappingController<SstBas ...@@ -230,6 +230,7 @@ public class SstBasicController extends BaseCRUDJsonBodyMappingController<SstBas
}else { }else {
host=""; host="";
} }
log.info("server-name:"+serverName+",server-port:"+serverPort);
Map<String, Object> sstApps = sstAppsService.getAppListBySite(query.getSiteId(),host); Map<String, Object> sstApps = sstAppsService.getAppListBySite(query.getSiteId(),host);
model.put("showApps", sstApps.get("showApps")); model.put("showApps", sstApps.get("showApps"));
model.put("hotApps", sstApps.get("hotApps")); model.put("hotApps", sstApps.get("hotApps"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment