From bf4bda15b33a8bcfe9fffe06512c884b396ccbd9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 3 Mar 2022 16:40:15 +0800 Subject: [PATCH] 1 --- webapp/controller/MissionController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/MissionController.class.php b/webapp/controller/MissionController.class.php index 53674d20..acebc338 100644 --- a/webapp/controller/MissionController.class.php +++ b/webapp/controller/MissionController.class.php @@ -96,7 +96,7 @@ class MissionController extends BaseAuthedController { $specMissionDto['state'] == Mission::RECEIVEABLE_STATE; } $this->_rspData(array( - 'current_active_value' => $this->_getV(TN_ACTIVE, 0), + 'current_active_value' => $this->_getV(TN_DAILY_ACTIVE, 0), 'max_active_value' => mt\Parameter::getVal('max_activity', 0), 'mission_list1' => $missionDtoList1, 'mission_list2' => $missionDtoList2