增加自定义方法处理json的问题,同步修改系统bug
This commit is contained in:
parent
b69a1e087d
commit
41ebce7d3b
|
|
@ -36,12 +36,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="right-profile">
|
<div class="right-profile">
|
||||||
<span class="zyt" @click="skipPage"><i>综合执法一张图</i></span>
|
onfont icon-zngzt_tcdl" @click="handleLogout" title="退出"></i>
|
||||||
<i class="iconfont icon-zngzt_zfdc" v-if="projectName == 'gzt'" title="编辑桌面"></i>
|
|
||||||
<i class="iconfont icon-zngzt_syfw" v-if="projectName != 'gzt'" @click="handleTo({ path: 'gzt' })" title="首页"></i>
|
|
||||||
<NotificationBell/>
|
|
||||||
<public-full-screen></public-full-screen>
|
|
||||||
<i class="iconfont icon-zngzt_tcdl" @click="handleLogout" title="退出"></i>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -31,15 +31,7 @@ public class BigScreenController {
|
||||||
/**
|
/**
|
||||||
* 数据概览统计
|
* 数据概览统计
|
||||||
*
|
*
|
||||||
* @param
|
|
||||||
* @return 数据概览统计
|
|
||||||
*/
|
|
||||||
@GetMapping("/dataoverview")
|
|
||||||
public Result<Map> getDataOverview() {
|
|
||||||
return Ok.of(bigScreenService.getDataOverview());
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 企业信息统计
|
* 企业信息统计
|
||||||
*
|
*
|
||||||
* @param
|
* @param
|
||||||
|
|
|
||||||
|
|
@ -72,14 +72,7 @@ public class BigScreenService {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public Map<String, Long> getDataOverview() {
|
|
||||||
// Long qys = bigScreenRepository.getqys();
|
|
||||||
// Long ajs = bigScreenRepository.getajs();
|
|
||||||
Map<String, Long> res = new HashMap<>();
|
|
||||||
// res.put("qys", qys);
|
|
||||||
// res.put("ajs", ajs);
|
|
||||||
return res;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Map<String, Long> getEnterpriseStatistics(RemoteUserInfo user) {
|
public Map<String, Long> getEnterpriseStatistics(RemoteUserInfo user) {
|
||||||
String agencyCode = com.aisino.iles.common.util.StringUtils.trimEven0(user.getGajgjgdm()) + "%";
|
String agencyCode = com.aisino.iles.common.util.StringUtils.trimEven0(user.getGajgjgdm()) + "%";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue