From b786e33e76f562f0b2c26e82e93c16a4b7e926dc Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Mon, 8 Mar 2021 09:48:17 +0800 Subject: [PATCH] * Fix bug. --- module/doc/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/model.php b/module/doc/model.php index a41c79e33d..e68a6cddb0 100644 --- a/module/doc/model.php +++ b/module/doc/model.php @@ -178,7 +178,7 @@ class docModel extends model ->andWhere() ->markLeft(1) ->where('`type`')->eq('custom') - ->orWhere('project')->in($executionIdList) + ->orWhere('execution')->in($executionIdList) ->orWhere('product')->in($productIdList) ->markRight(1) ->orderBy('id_desc')