Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
yzg-util
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
YZG
yzg-util
Commits
1a82882f
Commit
1a82882f
authored
Dec 15, 2021
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复实体关系
parent
4e6dda63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
YzgFileDaoImpl.java
...a/com/yanzuoguang/cloud/file/dao/impl/YzgFileDaoImpl.java
+3
-3
No files found.
yzg-util-file/src/main/java/com/yanzuoguang/cloud/file/dao/impl/YzgFileDaoImpl.java
View file @
1a82882f
...
...
@@ -19,7 +19,7 @@ import java.util.List;
*/
@Component
public
class
YzgFileDaoImpl
extends
BaseDaoImpl
implements
YzgFileDao
,
InitializingBean
{
private
static
final
String
QUERY_TABLE_SQL
=
"SHOW TABLES LIKE '
queue_messag
e'"
;
private
static
final
String
QUERY_TABLE_SQL
=
"SHOW TABLES LIKE '
Yzg_Fil
e'"
;
private
static
final
String
CREATE_TABLE_SQL
=
"CREATE TABLE Yzg_File ( "
+
" fileId VARCHAR(32) NOT NULL COMMENT '编号', "
+
" companyId VARCHAR(32) NOT NULL COMMENT '公司编号', "
+
...
...
@@ -45,8 +45,8 @@ public class YzgFileDaoImpl extends BaseDaoImpl implements YzgFileDao, Initializ
protected
void
init
()
{
register
(
MessageVo
.
class
);
table
.
add
(
DaoConst
.
QUERY
,
"SELECT a.* FROM Queue_Message AS a WHERE 1=1 "
)
.
add
(
"batchId"
,
"AND a.batchId=?
"
)
getSql
(
DaoConst
.
LOAD
)
.
add
Code
(
"{ORDER}"
,
"ORDER BY createDate DESC
"
)
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment