|
|
@ -112,7 +112,7 @@
|
|
|
|
AND area_district = #{areaDistrict}
|
|
|
|
AND area_district = #{areaDistrict}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="status!=null and status!=''">
|
|
|
|
<if test="status!=null and status!=''">
|
|
|
|
AND status !='5'
|
|
|
|
AND status !='6'
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
ORDER BY create_time DESC
|
|
|
|
ORDER BY create_time DESC
|
|
|
|