wtt
2025-04-15 a970482ce0bcca50dda87d35796d0f49627ef3b1
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;