This commit is contained in:
hujiabin 2022-11-28 13:44:44 +08:00
parent 74b5136283
commit 3634523778

View File

@ -1074,7 +1074,9 @@ class MissionService extends BaseService {
private function calcCegPreview($objects) private function calcCegPreview($objects)
{ {
$count = $this->getOfferRewardMissionCount(); // $count = $this->getOfferRewardMissionCount();
$count = mt\Parameter::getVal
('wanted_refresh_mission_num', 0);
$cegNum = 0; $cegNum = 0;
foreach ($objects as $obj) { foreach ($objects as $obj) {
$type = $obj['type']; $type = $obj['type'];