|
@@ -37,7 +37,7 @@
|
|
|
created_time >= #{startDate}
|
|
created_time >= #{startDate}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="endDate != null">
|
|
<if test="endDate != null">
|
|
|
- created_time <= #{endDate}
|
|
|
|
|
|
|
+ and created_time <= #{endDate}
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
group by area_name
|
|
group by area_name
|