Commit 9e5aa720 by 李小惠

Merge branch 'develop' of http://gitlab.sothing.top/843502640/jyzb_platformV2 into develop-lxh

parents a55fb8d4 578b170a
...@@ -25,7 +25,7 @@ public interface EquipmentCountSummaryMapper extends BaseMapper<EquipmentCountSu ...@@ -25,7 +25,7 @@ public interface EquipmentCountSummaryMapper extends BaseMapper<EquipmentCountSu
@Param("year")Integer year, @Param("year")Integer year,
@Param("typeParentId")String typeParentId, @Param("typeParentId")String typeParentId,
@Param("monthList") List<Integer> monthList); @Param("monthList") List<Integer> monthList);
List<TjOrgCountDto> TjOrgCount1(@Param("orgIdList") List<String> orgId, List<TjOrgCountDto> TjOrgCount1(@Param("orgId") String orgId,
@Param("typeIdsList") List<String> typeIdsList, @Param("typeIdsList") List<String> typeIdsList,
@Param("sizeNameList") List<String> sizeNameList, @Param("sizeNameList") List<String> sizeNameList,
@Param("year")Integer year, @Param("year")Integer year,
......
...@@ -145,7 +145,6 @@ ...@@ -145,7 +145,6 @@
</select> </select>
<select id="TjOrgCount1" resultType="com.junmp.jyzb.api.bean.dto.TjDto.TjOrgCountDto" > <select id="TjOrgCount1" resultType="com.junmp.jyzb.api.bean.dto.TjDto.TjOrgCountDto" >
<foreach collection="orgIdList" item="orgId" separator="UNION ALL">
SELECT SELECT
MAX(vecs.org_id) as org_id, MAX(vecs.org_id) as org_id,
MAX(vecs.org_code) as org_code, MAX(vecs.org_code) as org_code,
...@@ -184,7 +183,6 @@ ...@@ -184,7 +183,6 @@
</foreach> </foreach>
</if> </if>
GROUP BY `year`, month GROUP BY `year`, month
</foreach>
</select> </select>
<select id="TjOrgCountSum" resultType="com.junmp.jyzb.api.bean.dto.TjDto.FinalTjOrgCountDto"> <select id="TjOrgCountSum" resultType="com.junmp.jyzb.api.bean.dto.TjDto.FinalTjOrgCountDto">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论