合同附件
This commit is contained in:
parent
760adb7a31
commit
386e42e5ee
@ -28,7 +28,7 @@
|
||||
}else if("proj".equals(type)){
|
||||
otherWhere=" and O.proj_id='"+proj_id+"' order by O.INPUTTIME DESC";
|
||||
}else if("contract".equals(type)){
|
||||
otherWhere=" and (O.contract_id='"+contract_id+"' OR O.proj_id='"+proj_id+"') order by O.INPUTTIME DESC";
|
||||
otherWhere=" and (O.contract_id='"+contract_id+"' OR O.proj_id='"+proj_id+"') ";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user