Merge branch 'feature/task-report' into feature/task-report-merge

This commit is contained in:
qixinzhi
2025-07-07 06:41:52 +00:00
190 changed files with 8876 additions and 1851 deletions
-1
View File
@@ -327,7 +327,6 @@ class sqlparser
$exprA = empty($tableA) ? "`$columnA`" : "`$tableA`.`$columnA`";
$exprB = empty($tableB) ? $columnB : "`$tableB`.`$columnB`";
$operator = strtoupper($operator);
$expr = "$exprA $operator $exprB";
}