From e2e2e97f74308ca94f5f43ed06bc003a4733caef Mon Sep 17 00:00:00 2001 From: sunguangming Date: Wed, 11 Jun 2025 05:26:13 +0000 Subject: [PATCH] * [unittest] code for unittest. --- module/action/tao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/action/tao.php b/module/action/tao.php index 3e16fe021a..02abeb78c7 100644 --- a/module/action/tao.php +++ b/module/action/tao.php @@ -1021,7 +1021,7 @@ class actionTao extends actionModel break; case 'program': case 'project': - $field = 'id, acl, name, hasProduct'; + $field = 'id, acl, name, hasProduct, multiple'; break; case 'doc': $table = TABLE_DOCCONTENT;