From 4eb53abfb5b723ad48baf0e0896fc11c2bdfd574 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Mon, 13 May 2024 16:52:05 +0800 Subject: [PATCH] * Add loadModel. --- module/my/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/my/control.php b/module/my/control.php index a1f2afd583..55e183e9a9 100755 --- a/module/my/control.php +++ b/module/my/control.php @@ -279,6 +279,7 @@ class my extends control $queryID = ($type == 'bysearch') ? (int)$param : 0; $this->loadModel('story'); + $this->loadModel('requirement'); if($type == 'assignedBy') { $stories = $this->my->getAssignedByMe($this->app->user->account, $pager, $sort, 'requirement');