* [refac story #74538] Add db index.

This commit is contained in:
wangyidong
2025-06-03 13:05:27 +08:00
parent 41ee72b64a
commit 2fecd243de
5 changed files with 13 additions and 4 deletions
+2
View File
@@ -747,6 +747,8 @@ class project extends control
*/
public function dynamic(int $projectID = 0, string $type = 'today', string $param = '', int $recTotal = 0, int $date = 0, string $direction = 'next')
{
if(empty($type)) $type = 'today';
$this->loadModel('execution');
$this->project->setMenu($projectID);