Merge branch 'master' of e.coding.net:tsteam/urban-governance/common-population

This commit is contained in:
wans 2021-12-28 15:39:42 +08:00
commit c763b90fd2
9 changed files with 27 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>