* Modify the case error of variables.

This commit is contained in:
tianshujie
2023-06-01 14:34:04 +08:00
parent 26ddec810a
commit f1c61a38e3
+1 -1
View File
@@ -3404,7 +3404,7 @@ EOF;
->where('AType')->eq($aType)
->andWhere('AID')->eq($aID)
->andwhere('BType')->eq($bType)
->beginif($BID)->andwhere('BID')->eq($bID)->fi()
->beginIF($bID)->andwhere('BID')->eq($bID)->fi()
->fetchAll();
}