Merge branch 'master' of e.coding.net:tsteam/urban-governance/common-population
This commit is contained in:
commit
c763b90fd2
@ -193,6 +193,9 @@
|
|||||||
<if test="areaCodeLike != null and areaCodeLike != ''">
|
<if test="areaCodeLike != null and areaCodeLike != ''">
|
||||||
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
<if test="gridId != null and gridId != ''">
|
||||||
|
AND t1.grid_id = #{gridId}
|
||||||
|
</if>
|
||||||
ORDER BY t1.gmt_create DESC
|
ORDER BY t1.gmt_create DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
@ -187,6 +187,9 @@
|
|||||||
<if test="areaCodeLike != null and areaCodeLike != ''">
|
<if test="areaCodeLike != null and areaCodeLike != ''">
|
||||||
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
<if test="gridId != null and gridId != ''">
|
||||||
|
AND t1.grid_id = #{gridId}
|
||||||
|
</if>
|
||||||
ORDER BY t1.gmt_create DESC
|
ORDER BY t1.gmt_create DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
@ -308,6 +308,9 @@
|
|||||||
<if test="areaCodeLike != null and areaCodeLike != ''">
|
<if test="areaCodeLike != null and areaCodeLike != ''">
|
||||||
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
<if test="gridId != null and gridId != ''">
|
||||||
|
AND t1.grid_id = #{gridId}
|
||||||
|
</if>
|
||||||
ORDER BY t1.gmt_create DESC
|
ORDER BY t1.gmt_create DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
@ -177,6 +177,9 @@
|
|||||||
<if test="areaCodeLike != null and areaCodeLike != ''">
|
<if test="areaCodeLike != null and areaCodeLike != ''">
|
||||||
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
<if test="gridId != null and gridId != ''">
|
||||||
|
AND t1.grid_id = #{gridId}
|
||||||
|
</if>
|
||||||
ORDER BY gmt_create DESC
|
ORDER BY gmt_create DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
@ -214,6 +214,9 @@
|
|||||||
<if test="areaCodeLike != null and areaCodeLike != ''">
|
<if test="areaCodeLike != null and areaCodeLike != ''">
|
||||||
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
<if test="gridId != null and gridId != ''">
|
||||||
|
AND t1.grid_id = #{gridId}
|
||||||
|
</if>
|
||||||
ORDER BY gmt_create DESC
|
ORDER BY gmt_create DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
@ -218,6 +218,9 @@
|
|||||||
<if test="areaCodeLike != null and areaCodeLike != ''">
|
<if test="areaCodeLike != null and areaCodeLike != ''">
|
||||||
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
<if test="gridId != null and gridId != ''">
|
||||||
|
AND t1.grid_id = #{gridId}
|
||||||
|
</if>
|
||||||
ORDER BY t1.gmt_create DESC
|
ORDER BY t1.gmt_create DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
@ -231,6 +231,9 @@
|
|||||||
<if test="areaCodeLike != null and areaCodeLike != ''">
|
<if test="areaCodeLike != null and areaCodeLike != ''">
|
||||||
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
<if test="gridId != null and gridId != ''">
|
||||||
|
AND t1.grid_id = #{gridId}
|
||||||
|
</if>
|
||||||
ORDER BY t1.gmt_create DESC
|
ORDER BY t1.gmt_create DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
@ -245,6 +245,9 @@
|
|||||||
<if test="areaCodeLike != null and areaCodeLike != ''">
|
<if test="areaCodeLike != null and areaCodeLike != ''">
|
||||||
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
<if test="gridId != null and gridId != ''">
|
||||||
|
AND t1.grid_id = #{gridId}
|
||||||
|
</if>
|
||||||
ORDER BY gmt_create DESC
|
ORDER BY gmt_create DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
@ -214,6 +214,9 @@
|
|||||||
<if test="areaCodeLike != null and areaCodeLike != ''">
|
<if test="areaCodeLike != null and areaCodeLike != ''">
|
||||||
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
AND t1.area_code LIKE CONCAT(#{areaCodeLike}, '%')
|
||||||
</if>
|
</if>
|
||||||
|
<if test="gridId != null and gridId != ''">
|
||||||
|
AND t1.grid_id = #{gridId}
|
||||||
|
</if>
|
||||||
ORDER BY gmt_create DESC
|
ORDER BY gmt_create DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user