From b7960305a657ce34fbf086cae0a28c17be4df801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E5=BB=BA=E4=B8=9C?= <617601767@qq.com> Date: Mon, 18 Mar 2024 22:59:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dwhere=E5=92=8Cdata=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Hadoop/ZKLT.Hadoop/TableService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hadoop/ZKLT.Hadoop/TableService.cs b/Hadoop/ZKLT.Hadoop/TableService.cs index 7895dd5..7cc06c2 100644 --- a/Hadoop/ZKLT.Hadoop/TableService.cs +++ b/Hadoop/ZKLT.Hadoop/TableService.cs @@ -53,11 +53,11 @@ namespace ZKLT.Hadoop _wherestr.AppendLine("OR"); } _wherestr.AppendLine("("); + _wherestr.AppendLine("1 = 1"); var _where = _wheres[j]; var _data = _datas[j]; if (_where.Count > 0) { - _wherestr.AppendLine("1 = 1"); var _fileds = _where.Children().ToArray(); for (var i = 0; i < _fileds.Length; i++) {