1.报告模板bug
This commit is contained in:
@@ -212,7 +212,7 @@ public class GridServiceImpl implements IGridService {
|
||||
if (param.getAreaType() == 0) {
|
||||
AssessVo.AssessTrendVo vo = new AssessVo.AssessTrendVo();
|
||||
vo.setDeptId(param.getDeptIndex());
|
||||
vo.setDeptName("冀北");
|
||||
vo.setDeptName(deptFeignClient.getDeptById(param.getDeptIndex()).getData().getName());
|
||||
List<AssessVo> children = new ArrayList<>();
|
||||
map.forEach((k1, v1) -> {
|
||||
AssessVo assessVo = new AssessVo();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.njcn.harmonic.rstatlimitrate.mapper.RStatDataVDMapper">
|
||||
<mapper namespace="com.njcn.harmonic.common.mapper.RStatDataVDMapper">
|
||||
|
||||
<select id="getFreqDev" resultType="com.njcn.harmonic.pojo.po.RStatDataVD">
|
||||
select
|
||||
Reference in New Issue
Block a user