Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BasicAPI
Project
Project
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
杜科
BasicAPI
Commits
fb3dc893
Commit
fb3dc893
authored
Dec 26, 2022
by
hanson.yao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
convert dxUsageLink
parent
f627f4f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
PartUtil.java
src/com/yonde/common/PartUtil.java
+0
-2
No files found.
src/com/yonde/common/PartUtil.java
View file @
fb3dc893
...
...
@@ -361,8 +361,6 @@ public class PartUtil implements RemoteAccess {
String
[]
checkOutStates
=
new
String
[]
{
"c/i"
,
"c/o"
};
qs
.
appendWhere
(
new
SearchCondition
(
ca
,
SearchCondition
.
IN
,
new
ArrayExpression
(
checkOutStates
)),
new
int
[]
{
0
});
// new SearchCondition(WTPart.class, "checkoutInfo.state",
// SearchCondition.NOT_EQUAL, "wrk");
qs
.
appendAnd
();
qs
.
appendWhere
(
new
SearchCondition
(
WTPart
.
class
,
WTPart
.
LATEST_ITERATION
,
SearchCondition
.
IS_TRUE
),
...
...
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