From b0943b567d95642c0d385e5cc1aaf58dfd750c63 Mon Sep 17 00:00:00 2001 From: lanzongjun Date: Fri, 19 Aug 2022 15:27:43 +0800 Subject: [PATCH] * module my testcase --- module/my/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/my/model.php b/module/my/model.php index 80a9cf47ce..c7039e5b3b 100644 --- a/module/my/model.php +++ b/module/my/model.php @@ -726,6 +726,7 @@ class myModel extends model if($type == 'contribute') { $assignedByMe = $this->getAssignedByMe($this->app->user->account, '', '', $orderBy, 'risk'); + $risks = $this->dao->select('*')->from(TABLE_RISK) ->where($riskQuery) ->andWhere('deleted')->eq('0')