Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
Details
Activity
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
王衍超
cloud-fb
Commits
ba4171d8
Commit
ba4171d8
authored
Mar 16, 2021
by
高晓磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
场站管理settings.gradle提交
parent
f9dfabae
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
settings.gradle
backend/build.war/settings.gradle
+3
-0
AbstractBaseDao.java
...a/com/beecode/inz/basis/internal/dao/AbstractBaseDao.java
+2
-2
settings.gradle
backend/settings.gradle
+1
-0
No files found.
backend/build.war/settings.gradle
View file @
ba4171d8
...
@@ -12,5 +12,8 @@ includeBuild("../") {
...
@@ -12,5 +12,8 @@ includeBuild("../") {
substitute
module
(
'com.beecode:inz.workflow'
)
with
project
(
':inz.workflow'
)
substitute
module
(
'com.beecode:inz.workflow'
)
with
project
(
':inz.workflow'
)
substitute
module
(
'com.beecode:inz.enterprisesetting'
)
with
project
(
':inz.enterprisesetting'
)
substitute
module
(
'com.beecode:inz.enterprisesetting'
)
with
project
(
':inz.enterprisesetting'
)
substitute
module
(
'com.beecode:xyst.dinas.oa'
)
with
project
(
':xyst.dinas.oa'
)
substitute
module
(
'com.beecode:xyst.dinas.oa'
)
with
project
(
':xyst.dinas.oa'
)
substitute
module
(
'com.beecode:xyst.dinas.biz'
)
with
project
(
':xyst.dinas.biz'
)
}
}
}
}
backend/inz.basis/src/main/java/com/beecode/inz/basis/internal/dao/AbstractBaseDao.java
View file @
ba4171d8
...
@@ -156,9 +156,9 @@ public abstract class AbstractBaseDao {
...
@@ -156,9 +156,9 @@ public abstract class AbstractBaseDao {
if
(
whereAttributes
!=
null
&&
whereAttributes
.
size
()
>
0
)
{
if
(
whereAttributes
!=
null
&&
whereAttributes
.
size
()
>
0
)
{
StringBuffer
where
=
new
StringBuffer
();
StringBuffer
where
=
new
StringBuffer
();
whereAttributes
.
keySet
().
forEach
(
key
->
{
whereAttributes
.
keySet
().
forEach
(
key
->
{
where
.
append
(
String
.
format
(
"AND %s=:%s"
,
key
,
key
));
where
.
append
(
String
.
format
(
"
AND %s=:%s"
,
key
,
key
));
});
});
where
.
replace
(
0
,
3
,
" WHERE "
);
where
.
replace
(
0
,
4
,
" WHERE "
);
sql
.
append
(
where
);
sql
.
append
(
where
);
}
}
...
...
backend/settings.gradle
View file @
ba4171d8
...
@@ -10,4 +10,5 @@ include "inz.message"
...
@@ -10,4 +10,5 @@ include "inz.message"
include
"inz.query"
include
"inz.query"
include
"inz.workflow"
include
"inz.workflow"
include
"xyst.dinas.oa"
include
"xyst.dinas.oa"
include
"xyst.dinas.biz"
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