Browse Source

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

csx 3 years ago
parent
commit
ccc8b86a1d
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

1216
 		PsnName:        order.PsnName,
1216
 		PsnName:        order.PsnName,
1217
 		Gend:           order.Gend,
1217
 		Gend:           order.Gend,
1218
 		Brdy:           his.Brdy,
1218
 		Brdy:           his.Brdy,
1219
-		Age:            order.Age,
1219
+		Age:            int64(order.Age),
1220
 		Naty:           order.Naty,
1220
 		Naty:           order.Naty,
1221
 		PatnCertType:   "01",
1221
 		PatnCertType:   "01",
1222
 		Certno:         order.Certno,
1222
 		Certno:         order.Certno,