1.文件下载----其他

This commit is contained in:
zhangbb 2020-05-22 09:27:30 +08:00
parent 87f698e5d9
commit 46700cb1d7

View File

@ -48,7 +48,7 @@ public class FileCopyToOtherPath {
+" LEFT JOIN LB_PROJECT_INFO LPI ON LDR.PROJ_ID = LPI.ID"
+" LEFT JOIN LB_CONTRACT_INFO LCI ON LPI.ID = LCI.PROJECT_ID"
+" WHERE (O.DELETEED <>'Y' OR O.DELETEED IS NULL) AND LCI.CONTRACT_NO ='"+contractNo+"' AND one_classify='ÆäËûÎļþ'"
+" and LDL.DOC_NAME ='ÆäËü'";
+" and LDL.DOC_NAME ='ÆäËû'";
}
Map<String,String> params=new HashMap<String,String>();
List<Map<String, String>> pathList = DataOperatorUtil.getDataBySql(Sqlca,sql,params);