Commit cb9a9a25 by chentian

区域碰撞时空绘制伴随推荐功能推荐人员判断姓名不为空

parent 5357befe
......@@ -518,7 +518,7 @@
<if test="regionlist!=null and regionlist!=''">
and LENGTHB(t.regionlist)-LENGTHB(REPLACE(t.regionlist,',',''))+1=#{regionlist,jdbcType=VARCHAR}
</if>
<if test="tjType!=null and tjType!='' and tjType =='1'.toString()"> and td.zjhm is not null </if>
<if test="tjType!=null and tjType!='' and tjType =='1'.toString()"> and td.zjhm is not null and td.NAME is not null </if>
<if test="tjType!=null and tjType!='' and tjType =='2'.toString()"> and td.sjhm is not null </if>
<if test="gwdqs!=null and gwdqs!=''">
and substr(td.sjhm,1,7) in(select phone from TB_ST_PHONENO where pc in (${gwdqs}))
......@@ -578,7 +578,7 @@
<if test="regionlist!=null and regionlist!=''">
and LENGTHB(t.regionlist)-LENGTHB(REPLACE(t.regionlist,',',''))+1=#{regionlist,jdbcType=VARCHAR}
</if>
<if test="tjType!=null and tjType!='' and tjType =='1'.toString()"> and td.zjhm is not null </if>
<if test="tjType!=null and tjType!='' and tjType =='1'.toString()"> and td.zjhm is not null and td.NAME is not null </if>
<if test="tjType!=null and tjType!='' and tjType =='2'.toString()"> and td.sjhm is not null </if>
<if test="gwdqs!=null and gwdqs!=''">
and substr(td.sjhm,1,7) in(select phone from TB_ST_PHONENO where pc in (${gwdqs}))
......@@ -641,7 +641,7 @@
<if test="sfGwry!=null and sfGwry!=''"> and td.SF_GWRY =#{sfGwry,jdbcType=VARCHAR} </if>
<if test="sfGwryFzxyr!=null and sfGwryFzxyr!=''"> and (td.SF_GWRY =1 or td.SF_FZXYR=1) </if>
<if test="count!=null and count!='' and count!=0"> and t.COUNT>#{count} </if>
<if test="tjType!=null and tjType!='' and tjType =='1'.toString()"> and td.zjhm is not null </if>
<if test="tjType!=null and tjType!='' and tjType =='1'.toString()"> and td.zjhm is not null and td.NAME is not null </if>
<if test="tjType!=null and tjType!='' and tjType =='2'.toString()"> and td.sjhm is not null </if>
<if test="gwdqs!=null and gwdqs!=''">
and substr(td.sjhm,1,7) in(select phone from TB_ST_PHONENO where pc in (${gwdqs}))
......@@ -673,7 +673,7 @@
<if test="sfGwry!=null and sfGwry!=''"> and td.SF_GWRY =#{sfGwry,jdbcType=VARCHAR} </if>
<if test="sfGwryFzxyr!=null and sfGwryFzxyr!=''"> and (td.SF_GWRY =1 or td.SF_FZXYR=1) </if>
<if test="count!=null and count!='' and count!=0"> and t.COUNT>#{count} </if>
<if test="tjType!=null and tjType!='' and tjType =='1'.toString()"> and td.zjhm is not null </if>
<if test="tjType!=null and tjType!='' and tjType =='1'.toString()"> and td.zjhm is not null and td.NAME is not null </if>
<if test="tjType!=null and tjType!='' and tjType =='2'.toString()"> and td.sjhm is not null </if>
<if test="gwdqs!=null and gwdqs!=''">
and substr(td.sjhm,1,7) in(select phone from TB_ST_PHONENO where pc in (${gwdqs}))
......
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