yzt-20250303-问题清单序号546-接口报错问题日志打印3

ht
yangzt 5 months ago
parent 8cb7b51816
commit 5d38e32bd2

@ -124,7 +124,7 @@ public class PMProjectAcceptanceAction extends BaseBean implements Action, EsbSe
String imagefilename = docInfoWf.get("filename"); String imagefilename = docInfoWf.get("filename");
logger_f17f81aa.error(String.valueOf(requestIdTemp + " 附件:" + imagefilename + " " + uploadBuffer.length())); logger_f17f81aa.error(String.valueOf(requestIdTemp + " 附件:" + imagefilename + " " + uploadBuffer.length()));
JSONObject fileItem = new JSONObject(); JSONObject fileItem = new JSONObject();
fileItem.put("fileName", imagefilename); fileItem.put("filename", imagefilename);
fileItem.put("context", uploadBuffer); fileItem.put("context", uploadBuffer);
fileList.add(fileItem); fileList.add(fileItem);
// String sql = " select b.filerealpath,b.iszip,b.name,b.imagefileid from " + " e10_common.dbo.fileobj b where b.imagefileid in(select max(imagefileid) " + "from e10_common.dbo.document_main_access as docimagefile where docid in(" + docid + ") group by docid)"; // String sql = " select b.filerealpath,b.iszip,b.name,b.imagefileid from " + " e10_common.dbo.fileobj b where b.imagefileid in(select max(imagefileid) " + "from e10_common.dbo.document_main_access as docimagefile where docid in(" + docid + ") group by docid)";

Loading…
Cancel
Save