duhe
2024-09-11 65d05e5e4332a23af2f0eaf7019b38f085b1688b
销售订单条码出入库详情报表:第一个任意字段过滤报错
1个文件已修改
2 ■■■ 已修改文件
WebTM/views/应收管理/报表分析/Xs_SeOrderBarCodeInAndOutStockDetailReport.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/应收管理/报表分析/Xs_SeOrderBarCodeInAndOutStockDetailReport.html
@@ -470,7 +470,7 @@
                            com = "not like '%" + ColContent + "%' ";
                            break;
                        default:
                            com = "" + Comparator + " ''" + ColContent + "'' ";
                            com = "" + Comparator + " '" + ColContent + "' ";
                            break;
                    }
                    sWhere += " and " + ColName + " " + com;