duhe
2025-03-31 f6018a7a26dd0f4d0d23bded9e806288e1dbcb69
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;