|
@@ -41,7 +41,7 @@
|
|
<![CDATA[ and t1.gmt_create >= DATE(#{startDate})]]>
|
|
<![CDATA[ and t1.gmt_create >= DATE(#{startDate})]]>
|
|
</if>
|
|
</if>
|
|
<if test="endDate != null and endDate != ''">
|
|
<if test="endDate != null and endDate != ''">
|
|
- <![CDATA[ and t1.gmt_create <= DATE(#{endDate})]]>
|
|
|
|
|
|
+ <![CDATA[ and t1.gmt_create < DATE(#{endDate})]]>
|
|
</if>
|
|
</if>
|
|
order by t1.gmt_create desc
|
|
order by t1.gmt_create desc
|
|
</select>
|
|
</select>
|