This commit is contained in:
hujiabin 2023-07-03 22:14:58 +08:00
parent 690a0afa33
commit 732654833f

View File

@ -114,7 +114,7 @@ class MissionService extends BaseService {
if ($total > $target){
$current = $current - ($total - $target);
if ($current < 0){
$current = 0;
$current = -1;
}
}
return $current;