From 65d05e5e4332a23af2f0eaf7019b38f085b1688b Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期三, 11 九月 2024 10:29:59 +0800 Subject: [PATCH] 销售订单条码出入库详情报表:第一个任意字段过滤报错 --- 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