generated from dxfeng/secondev-wugang-dxfeng
驾驶舱 BUG
This commit is contained in:
parent
4ce0c89f47
commit
e11faa7628
|
|
@ -39,7 +39,7 @@
|
|||
select count(id) as value from e10_common.uf_jcl_lzxxjl t
|
||||
where t.delete_type = 0 and t.tenant_key = #{tenantKey}
|
||||
<if test="departmentIdList != null and departmentIdList.size() > 0">
|
||||
AND t.department IN
|
||||
AND t.lzqbm IN
|
||||
<foreach collection="departmentIdList" item="departmentId" open="(" close=")" separator=",">
|
||||
#{departmentId}
|
||||
</foreach>
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
select count(id) as value from e10_common.uf_jcl_lzxxjl t
|
||||
where t.delete_type = 0 and t.tenant_key = #{tenantKey}
|
||||
<if test="departmentIdList != null and departmentIdList.size() > 0">
|
||||
AND t.department IN
|
||||
AND t.lzqbm IN
|
||||
<foreach collection="departmentIdList" item="departmentId" open="(" close=")" separator=",">
|
||||
#{departmentId}
|
||||
</foreach>
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
and t.hiredate >= #{startDate}
|
||||
and t.hiredate <= #{endDate}
|
||||
and position !='' and position is not null
|
||||
group by position order by value limit 3
|
||||
group by position order by value
|
||||
</select>
|
||||
|
||||
<select id="getPositionById" resultType="com.weaver.seconddev.portal.entity.po.Position">
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
select count(id) as name,lzqgw as value from e10_common.uf_jcl_lzxxjl t
|
||||
where t.delete_type = 0 and t.tenant_key = #{tenantKey}
|
||||
<if test="departmentIdList != null and departmentIdList.size() > 0">
|
||||
AND t.department IN
|
||||
AND t.lzqbm IN
|
||||
<foreach collection="departmentIdList" item="departmentId" open="(" close=")" separator=",">
|
||||
#{departmentId}
|
||||
</foreach>
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
and t.zhgzr >= #{startDate}
|
||||
and t.zhgzr <= #{endDate}
|
||||
and t.lzqgw !='' and t.lzqgw is not null
|
||||
group by t.lzqgw order by value limit 3
|
||||
group by t.lzqgw order by value
|
||||
</select>
|
||||
<select id="getTopDepartmentIds" resultType="java.lang.Long">
|
||||
select t.id
|
||||
|
|
|
|||
Loading…
Reference in New Issue