| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -375,7 +375,7 @@ else if (_method == PUT && value instanceof List<?> && (whereList == null || whe | |||
| 375 | 375 | ||
| 376 | 376 | if (isSubquery == false) { // 解决 SQL 语法报错,子查询不能 EXPLAIN | |
| 377 | 377 | Boolean exp = parser.getGlobalExplain(); | |
| 378 | - if (sch != null) { | ||
| 378 | + if (exp != null) { | ||
| 379 | 379 | sqlRequest.putIfAbsent(JSONMap.KEY_EXPLAIN, exp); | |
| 380 | 380 | } | |
| 381 | 381 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments