From 9bd5524ef3df022e717f183c48bca360ba6a3de0 Mon Sep 17 00:00:00 2001 From: zhengrunyu Date: Wed, 27 Apr 2022 15:21:20 +0800 Subject: [PATCH] * Add remark. --- module/bug/model.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/module/bug/model.php b/module/bug/model.php index 854a07d52c..79dc311ddc 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -1408,6 +1408,15 @@ class bugModel extends model } } + /** + * Get statistic to app. + * + * @param int $productID + * @param string $endDate + * @param int $days + * @access public + * @return void + */ public function getStatisticToApp($productID = 0, $endDate = '', $days = 30) { $startDate = '';