From 525f81fcd55370add2d607d1ffbfc390fa6298bb Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期日, 03 三月 2024 18:34:09 +0800
Subject: [PATCH] 根据用户关联客户显示数据:优化
---
WebTM/views/车间管理/报表分析/Sc_ProcExchangeNoInReport.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_ProcExchangeNoInReport.html" "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_ProcExchangeNoInReport.html"
index e130e44..b5ac6ec 100644
--- "a/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_ProcExchangeNoInReport.html"
+++ "b/WebTM/views/\350\275\246\351\227\264\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Sc_ProcExchangeNoInReport.html"
@@ -542,7 +542,7 @@
});
//res = res.replace("HCusID", "HSupID");
-
+ res = res.replaceAll("'", "''");
return res;
}
//#endregion
--
Gitblit v1.9.1