|
@@ -59,7 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
FROM "vector"."jc_urban_expansion"
|
|
FROM "vector"."jc_urban_expansion"
|
|
|
WHERE status = 1
|
|
WHERE status = 1
|
|
|
<if test="dimType != null and dimType != ''">
|
|
<if test="dimType != null and dimType != ''">
|
|
|
- AND dim_type = #{dimType}
|
|
|
|
|
|
|
+ AND (dim_type = #{dimType} OR dim_type = '0d')
|
|
|
</if>
|
|
</if>
|
|
|
ORDER BY sort_order ASC, year ASC
|
|
ORDER BY sort_order ASC, year ASC
|
|
|
</select>
|
|
</select>
|