* Add remark.

This commit is contained in:
zhengrunyu
2022-04-27 15:21:20 +08:00
parent 18e2cdb71c
commit 9bd5524ef3
+9
View File
@@ -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 = '';