Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-Connect-Pre-Clearance
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2024-12-19 11:22:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0d34b980035ad5671ebfadda724ed8291e01d2b1
0d34b980
1 parent
8622efd6
task-schedule | 修改 | 脚本转义调整
mt 2024年12月19日11:22:23
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/task-schedule/src/main/java/com/fedex/connect/task/repository/dao/AttachmentExtMapper.java
server/task-schedule/src/main/java/com/fedex/connect/task/repository/dao/AttachmentExtMapper.java
View file @
0d34b98
...
...
@@ -24,6 +24,6 @@ public interface AttachmentExtMapper {
* @return
*/
@Select
(
"SELECT * FROM T_BIZ_ATTACHMENT "
+
"WHERE MODIFY_TIME
<
TO_DATE(#{date}, 'YYYY-MM-DD') AND STATUS = 1"
)
"WHERE MODIFY_TIME
<
TO_DATE(#{date}, 'YYYY-MM-DD') AND STATUS = 1"
)
List
<
Attachment
>
findAttachmentsOlderThan
(
@Param
(
"date"
)
String
date
);
}
...
...
Please
register
or
login
to post a comment