Commit fb3dc893 authored by hanson.yao's avatar hanson.yao

convert dxUsageLink

parent f627f4f5
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment