Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 20851c5

Browse files
committed
#修复错误#
1 parent ef21335 commit 20851c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎APIJSON.NET/APIJSONCommon/SelectTable.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,9 +624,8 @@ private void ProcessHaving(JObject values, ISugarQueryable<ExpandoObject> tb)
624624
}
625625
hw.Add(model);
626626
}
627-
628-
var d = db.Context.Utilities.ConditionalModelToSql(hw);
629-
//tb.Having(d.Key, d.Value);
627+
628+
630629
tb.Having(string.Join(",", havingItems));
631630
}
632631
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /