This commit is contained in:
liyuchun
2022-04-22 12:49:40 +08:00
parent e8abf792f7
commit d9f452dc50
+1
View File
@@ -1392,6 +1392,7 @@ class mrModel extends model
->where('t1.AType')->eq('mr')
->andWhere('t1.BType')->eq($objectType)
->andWhere('t1.BID')->eq($objectID)
->andWhere('t2.id')->ne(0)
->fetchPairs();
}