Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -24,6 +24,6 @@ public interface AttachmentExtMapper { | ... | @@ -24,6 +24,6 @@ public interface AttachmentExtMapper { |
| 24 | * @return | 24 | * @return |
| 25 | */ | 25 | */ |
| 26 | @Select("SELECT * FROM T_BIZ_ATTACHMENT " + | 26 | @Select("SELECT * FROM T_BIZ_ATTACHMENT " + |
| 27 | - "WHERE MODIFY_TIME < TO_DATE(#{date}, 'YYYY-MM-DD') AND STATUS = 1") | 27 | + "WHERE MODIFY_TIME < TO_DATE(#{date}, 'YYYY-MM-DD') AND STATUS = 1") |
| 28 | List<Attachment> findAttachmentsOlderThan(@Param("date") String date); | 28 | List<Attachment> findAttachmentsOlderThan(@Param("date") String date); |
| 29 | } | 29 | } | ... | ... |
-
Please register or login to post a comment