mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-25 06:57:15 +08:00
优化:优化部分 @Query 的使用
This commit is contained in:
@@ -206,7 +206,7 @@ public class QueryHelper {
|
||||
case IS_NULL:
|
||||
queryWrapper.isNull(columnName);
|
||||
break;
|
||||
case NOT_NULL:
|
||||
case IS_NOT_NULL:
|
||||
queryWrapper.isNotNull(columnName);
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user