Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 4 years ago
parent
commit
83104c10a7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      controllers/sz/sz_his_api_controller.go

+ 2 - 0
controllers/sz/sz_his_api_controller.go View File

@@ -2463,6 +2463,8 @@ func (c *SZHisApiController) GetSettleInfo() {
2463 2463
 			}
2464 2464
 		}
2465 2465
 
2466
+		total, _ = strconv.ParseFloat(fmt.Sprintf("%.2f", total), 64)
2467
+
2466 2468
 		yiliao_number, id_card_number, verifyCode, version_code, health_card_no, _, ret4 := ReadBasCardGetNumber("FY005" + "|" + number + "|" + miConfig.Code + "|")
2467 2469
 
2468 2470
 		if ret4 == 0 {