合同附件

This commit is contained in:
zhouyahui 2018-07-29 14:06:37 +08:00
parent 760adb7a31
commit 386e42e5ee

View File

@ -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+"') ";
}