* [unittest] code for unittest.

This commit is contained in:
sunguangming
2025-06-11 05:26:41 +00:00
parent 5f9118d5b5
commit e2e2e97f74
+1 -1
View File
@@ -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;