From 6cc377411a24d8670df93fec5d0ade664e7c5e2f Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期三, 13 三月 2024 10:36:19 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI
---
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