记得上下班打卡 | git大法好,push需谨慎

Commit b92f3c97 authored by jiangxiulong's avatar jiangxiulong

getAppStatus

parent 34175e98
......@@ -228,6 +228,7 @@ public class KylinPerformancesServiceImpl extends ServiceImpl<KylinPerformancesM
info.put("city_name", performancesInfo.getCityName());
info.put("field_name", performancesInfo.getFieldName());
info.put("title", performancesInfo.getTitle());
info.put("appStatus", performancesInfo.getAppStatus());
HashMap result = new HashMap();
result.put("performancesInfo", info);
......
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