Skip to content

Commit 08ee709

Browse files
authored
Update QueryOperator.php
1 parent 3029e3f commit 08ee709

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/build/resolves/QueryOperator.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class QueryOperator
88
{
99
const LIKE = 'like';
1010

11+
//全匹配
1112
const FULL_LIKE = 'full_like';
1213

1314
const IN = 'in';
@@ -56,4 +57,4 @@ class QueryOperator
5657
self::LIKE,
5758
self::FULL_LIKE,
5859
];
59-
}
60+
}

0 commit comments

Comments
 (0)