回收站重复问题
This commit is contained in:
parent
ce20a019b1
commit
77a7457de4
Binary file not shown.
@ -225,6 +225,7 @@ public class PALRepositoryRemoveInfo extends DaoObject<PALRepositoryRemoveInfoMo
|
|||||||
if(list.size()==0||null==list) {
|
if(list.size()==0||null==list) {
|
||||||
returnString = sb.append("r.PLVERSIONID").append("=''").toString();
|
returnString = sb.append("r.PLVERSIONID").append("=''").toString();
|
||||||
}
|
}
|
||||||
|
sb.append("(");
|
||||||
for(int i=0;i<list.size();i++){
|
for(int i=0;i<list.size();i++){
|
||||||
if(i==0){
|
if(i==0){
|
||||||
sb.append("r.PLVERSIONID");
|
sb.append("r.PLVERSIONID");
|
||||||
@ -248,6 +249,7 @@ public class PALRepositoryRemoveInfo extends DaoObject<PALRepositoryRemoveInfoMo
|
|||||||
sb.append(")");
|
sb.append(")");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
sb.append(")");
|
||||||
returnString=sb.toString();
|
returnString=sb.toString();
|
||||||
return returnString;
|
return returnString;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user