This commit is contained in:
glovetleong
2021-08-19 09:22:38 +08:00
parent 051d66c257
commit 831cde4c3d
5 changed files with 695 additions and 231 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class EntityModule extends BaseController
$query = Entity::query();
if (strlen($name) > 0) {
if (strlen($name) > 0) {
$query->where('name', 'like', '%' . $name . '%');
}