From a970482ce0bcca50dda87d35796d0f49627ef3b1 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 15 四月 2025 14:37:17 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI

---
 WebTM/views/应收管理/报表分析/Xs_SeOrderBarCodeInAndOutStockDetailReport.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Xs_SeOrderBarCodeInAndOutStockDetailReport.html" "b/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Xs_SeOrderBarCodeInAndOutStockDetailReport.html"
index 4041c02..a190d44 100644
--- "a/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Xs_SeOrderBarCodeInAndOutStockDetailReport.html"
+++ "b/WebTM/views/\345\272\224\346\224\266\347\256\241\347\220\206/\346\212\245\350\241\250\345\210\206\346\236\220/Xs_SeOrderBarCodeInAndOutStockDetailReport.html"
@@ -470,7 +470,7 @@
                             com = "not like '%" + ColContent + "%' ";
                             break;
                         default:
-                            com = "" + Comparator + " ''" + ColContent + "'' ";
+                            com = "" + Comparator + " '" + ColContent + "' ";
                             break;
                     }
                     sWhere += " and " + ColName + " " + com;

--
Gitblit v1.9.1