Browse Source

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

csx 4 years ago
parent
commit
95409388ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go View File

@@ -564,7 +564,7 @@ type ResultTwo struct {
564 564
 		} `json:"baseinfo"`
565 565
 		Idetinfo []interface{} `json:"idetinfo"`
566 566
 		Iinfo    []struct {
567
-			Balc                   int64       `json:"balc"`
567
+			Balc                   float64     `json:"balc"`
568 568
 			CvlservFlag            string      `json:"cvlserv_flag"`
569 569
 			EmpName                string      `json:"emp_name"`
570 570
 			InsuplcAdmdvs          string      `json:"insuplc_admdvs"`