mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
-
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
@@ -88,7 +87,7 @@ namespace SqlSugar
|
||||
|
||||
private string GetJson(object memberName1, object memberName2, bool isLast)
|
||||
{
|
||||
return $"JSON_VALUE({memberName1}, '$.'+" + memberName2 + ")";
|
||||
return $"JSON_VALUE({memberName1}, '$.'+"+memberName2+")";
|
||||
}
|
||||
|
||||
public override string JsonListObjectAny(MethodCallExpressionModel model)
|
||||
@@ -106,4 +105,5 @@ namespace SqlSugar
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user