Commit d0a429d2 by YANGYANG

重点人员处理提交(西藏)

parent fa461a05
......@@ -242,16 +242,17 @@
DIC.NAME xb,
BZ.CODE_TXT rybq,
BZ.AJLB_CODE_TXT ajbq,
BZ.SYRK_DZMC hjdz,
BZ.SYRK_ZXJD x,
BZ.SYRK_ZXWD y
BZ.XZZ_XZ xjdz,
(select name from sys_dictitem where groupid='CODE_XZQH' AND code = BZ.xzqhdm) hjdz,
BZ.X x,
BZ.Y y
FROM
tb_st_rybz BZ
LEFT JOIN sys_dictitem DIC ON BZ.XBDM = DIC.CODE AND DIC.GROUPID = 'CODE_XB'
WHERE
<if test="startLng != null and startLng != '' and endLng != null and endLng != '' and startLat != null and startLat != ''and endLat != null and endLat != ''">
SYRK_ZXJD BETWEEN #{startLng} AND #{endLng}
AND SYRK_ZXWD BETWEEN #{startLat} AND #{endLat}
X BETWEEN #{startLng} AND #{endLng}
AND Y BETWEEN #{startLat} AND #{endLat}
</if>
<if test="xm != null and xm != ''">
AND BZ.XM LIKE concat('%', #{xm , jdbcType=VARCHAR }, '%')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment