悬赏bug

This commit is contained in:
hujiabin 2022-10-09 15:49:39 +08:00
parent c5aebbbaa8
commit 7ccaaed9da

View File

@ -1010,7 +1010,7 @@ class MissionService extends BaseService {
break; break;
} }
} }
return $cegNum; return round($cegNum,2);
} }
} }