|
@@ -82,7 +82,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
select a.code as code, a.name as name, getyljgcount(a.code) as yljgValue, getyljgsqcount(a.code) as sqyljgValue from (select code, name, parent_id from v_filter_xzqh where level < 4) as a where (select id from sys_dept_jl where code = #{unit}) = a.parent_id and locate('ZS', a.code) = 0
|
|
|
</select>
|
|
|
|
|
|
- <select id="selectYljgDwtTj" parameterType="String" resultType="java.util.Map">
|
|
|
+ <select id="selectYljgDwtTj" parameterType="YljgJcxx" resultType="java.util.Map">
|
|
|
SELECT
|
|
|
id,
|
|
|
lat,
|
|
@@ -92,8 +92,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
FROM
|
|
|
yljg_jcxx
|
|
|
WHERE
|
|
|
- szxzqh like concat(#{unit}, '%')
|
|
|
+ szxzqh like concat(#{szxzqh}, '%')
|
|
|
and sczt = '01'
|
|
|
+ <if test="dwxz != null and dwxz != ''"> and dwxz = #{szxzqh} </if>
|
|
|
+ <if test="xbzt != null and xbzt != ''"> and xbzt = #{xbzt} </if>
|
|
|
+ <if test="isChxddjg != null and isChxddjg != ''"> and is_chxddjg = #{isChxddjg} </if>
|
|
|
+ <if test="isTbzrx != null and isTbzrx != ''"> and is_tbzrx = #{isTbzrx} </if>
|
|
|
+ <if test="isTgjjylsmfw != null and isTgjjylsmfw != ''"> and is_tgjjylsmfw = #{isTgjjylsmfw} </if>
|
|
|
+ <if test="jgmc != null and jgmc != ''"> and jgmc like concat('%', #{jgmc}, '%') </if>
|
|
|
UNION ALL
|
|
|
SELECT
|
|
|
id,
|
|
@@ -104,8 +110,54 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
FROM
|
|
|
yljgsq_jcxx
|
|
|
WHERE
|
|
|
- szxzqh like concat(#{unit}, '%')
|
|
|
+ szxzqh like concat(#{szxzqh}, '%')
|
|
|
and sczt = '01'
|
|
|
+ <if test="dwxz != null and dwxz != ''"> and dwxz = #{szxzqh} </if>
|
|
|
+ <if test="xbzt != null and xbzt != ''"> and xbzt = #{xbzt} </if>
|
|
|
+ <if test="isChxddjg != null and isChxddjg != ''"> and is_chxddjg = #{isChxddjg} </if>
|
|
|
+ <if test="isTbzrx != null and isTbzrx != ''"> and is_tbzrx = #{isTbzrx} </if>
|
|
|
+ <if test="isTgjjylsmfw != null and isTgjjylsmfw != ''"> and is_tgjjylsmfw = #{isTgjjylsmfw} </if>
|
|
|
+ <if test="jgmc != null and jgmc != ''"> and jgmc like concat('%', #{jgmc}, '%') </if>
|
|
|
+ </select>
|
|
|
+
|
|
|
+ <select id="selectYljgDwtTjJg" parameterType="YljgJcxx" resultType="java.util.Map">
|
|
|
+ SELECT
|
|
|
+ id,
|
|
|
+ lat,
|
|
|
+ lng,
|
|
|
+ jgmc,
|
|
|
+ '0' as lb
|
|
|
+ FROM
|
|
|
+ yljg_jcxx
|
|
|
+ WHERE
|
|
|
+ szxzqh like concat(#{szxzqh}, '%')
|
|
|
+ and sczt = '01'
|
|
|
+ <if test="dwxz != null and dwxz != ''"> and dwxz = #{szxzqh} </if>
|
|
|
+ <if test="xbzt != null and xbzt != ''"> and xbzt = #{xbzt} </if>
|
|
|
+ <if test="isChxddjg != null and isChxddjg != ''"> and is_chxddjg = #{isChxddjg} </if>
|
|
|
+ <if test="isTbzrx != null and isTbzrx != ''"> and is_tbzrx = #{isTbzrx} </if>
|
|
|
+ <if test="isTgjjylsmfw != null and isTgjjylsmfw != ''"> and is_tgjjylsmfw = #{isTgjjylsmfw} </if>
|
|
|
+ <if test="jgmc != null and jgmc != ''"> and jgmc like concat('%', #{jgmc}, '%') </if>
|
|
|
+ </select>
|
|
|
+
|
|
|
+ <select id="selectYljgDwtTjSqJg" parameterType="YljgJcxx" resultType="java.util.Map">
|
|
|
+ SELECT
|
|
|
+ id,
|
|
|
+ lat,
|
|
|
+ lng,
|
|
|
+ jgmc,
|
|
|
+ '1' as lb
|
|
|
+ FROM
|
|
|
+ yljgsq_jcxx
|
|
|
+ WHERE
|
|
|
+ szxzqh like concat(#{szxzqh}, '%')
|
|
|
+ and sczt = '01'
|
|
|
+ <if test="dwxz != null and dwxz != ''"> and dwxz = #{szxzqh} </if>
|
|
|
+ <if test="xbzt != null and xbzt != ''"> and xbzt = #{xbzt} </if>
|
|
|
+ <if test="isChxddjg != null and isChxddjg != ''"> and is_chxddjg = #{isChxddjg} </if>
|
|
|
+ <if test="isTbzrx != null and isTbzrx != ''"> and is_tbzrx = #{isTbzrx} </if>
|
|
|
+ <if test="isTgjjylsmfw != null and isTgjjylsmfw != ''"> and is_tgjjylsmfw = #{isTgjjylsmfw} </if>
|
|
|
+ <if test="jgmc != null and jgmc != ''"> and jgmc like concat('%', #{jgmc}, '%') </if>
|
|
|
</select>
|
|
|
|
|
|
<select id="selectDwtXq" parameterType="String" resultType="java.util.Map">
|