* Fix spelling mistakes.

This commit is contained in:
liumengyi
2023-08-14 15:13:25 +08:00
parent c338545a65
commit 2e52c4d223
+1 -1
View File
@@ -270,7 +270,7 @@ class buildModel extends model
->leftJoin(TABLE_RELEASE)->alias('t3')->on("FIND_IN_SET(t1.id,t3.build)")
->leftJoin(TABLE_PRODUCT)->alias('t4')->on('t1.product = t4.id')
->where('1=1')
->beginIf(!empty($shaows))->andWhere('t1.id')->notIN($shadows)->fi()
->beginIf(!empty($shadows))->andWhere('t1.id')->notIN($shadows)->fi()
->beginIF(strpos($params, 'hasdeleted') === false)->andWhere('t1.deleted')->eq(0)->fi()
->beginIF(strpos($params, 'hasproject') !== false)->andWhere('t1.project')->ne(0)->fi()
->beginIF(strpos($params, 'singled') !== false)->andWhere('t1.execution')->ne(0)->fi()