* Optimize codes.

This commit is contained in:
dingguodong
2021-06-28 18:17:36 +08:00
parent 627ca95b07
commit d15cb6ed42
+1 -1
View File
@@ -702,7 +702,7 @@ class gitlabModel extends model
->where('AType')->eq($objectType)
->andWhere('AID')->eq($objectID)
->andWhere('relation')->eq('gitlab')
->fetch();
->fetch('id');
}
/**