修正了获取医生账户余额 金额计算错误,6.14+0.01=6.1499999问题

This commit is contained in:
2023-11-03 15:58:52 +08:00
parent 82b11f6e62
commit 9253a7cf66
2 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -38,7 +38,8 @@
"hyperf/validation": "^3.0",
"intervention/image": "^2.7",
"tecnickcom/tcpdf": "^6.6",
"w7corp/easywechat": "^6.7"
"w7corp/easywechat": "^6.7",
"ext-bcmath": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",