duhe
2024-09-11 65d05e5e4332a23af2f0eaf7019b38f085b1688b
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;