perf(support php7.4): Handles bcmath floating point Numbers

This commit is contained in:
罗彦 2020-03-27 12:31:29 +08:00
parent 5089870215
commit df51a29092

View File

@ -446,6 +446,6 @@ class Support
}
}
return $dec;
return str_replace('.00', '', $dec);
}
}