Pārlūkot izejas kodu

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

csx 3 gadus atpakaļ
vecāks
revīzija
cf48df585e
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      controllers/sg/his_api_controller.go

+ 1 - 0
controllers/sg/his_api_controller.go Parādīt failu

@@ -513,6 +513,7 @@ func (c *HisApiController) GetSettleList() {
513 513
 		struct4101.IteminfoStruct = append(struct4101.IteminfoStruct, iteminfo)
514 514
 	}
515 515
 	struct4101.Ntly = "中国"
516
+	struct4101.AdmCaty = "A03.06"
516 517
 	result := service.Gdyb4101(struct4101, miConfig.SecretKey, miConfig.OrgName, curRoles.UserName, miConfig.Code, miConfig.InsuplcAdmdvs, miConfig.MdtrtareaAdmvs)
517 518
 	fmt.Println(result)
518 519