|
|
@ -223,7 +223,7 @@ |
|
|
|
<if test="endDate != null and endDate.trim() != ''"> |
|
|
|
<![CDATA[AND date_format(a.created_time, '%Y-%m-%d') <= #{endDate}]]> |
|
|
|
</if> |
|
|
|
ORDER BY a.publish_date DESC, a.updated_time DESC |
|
|
|
ORDER BY a.created_time DESC, a.updated_time DESC |
|
|
|
</select> |
|
|
|
|
|
|
|
<update id="deleteDraft" parameterType="java.lang.String"> |
|
|
|