陈少旭 1 year ago
parent
commit
277291abfd
1 changed files with 3 additions and 3 deletions
  1. 3 3
      controllers/sg/his_api_controller.go

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

347
 		two.Insutype = team.Insutype
347
 		two.Insutype = team.Insutype
348
 		two.PsnType = team.PsnType
348
 		two.PsnType = team.PsnType
349
 		two.MedType = team.MedType
349
 		two.MedType = team.MedType
350
-		two.FixBlngAdmdvs = team.FixBlngAdmdvs
351
-		two.InsuAdmdvs = team.InsuAdmdvs
350
+		two.FixBlngAdmdvs = "999999"
351
+		two.InsuAdmdvs = "555555"
352
 		two.PsnTime = team.PsnTime
352
 		two.PsnTime = team.PsnTime
353
 		two.PsnCnt = team.PsnCnt
353
 		two.PsnCnt = team.PsnCnt
354
 		two.FundKey = team.FundKey
354
 		two.FundKey = team.FundKey
395
 			fund.FundAmt = subitem.FundPayAmt
395
 			fund.FundAmt = subitem.FundPayAmt
396
 			fund.FundKey = item.FundKey
396
 			fund.FundKey = item.FundKey
397
 			fund.InsuAdmdvs = "555555"
397
 			fund.InsuAdmdvs = "555555"
398
-			fund.FixBlngAdmdvs = miConfig.MdtrtareaAdmvs
398
+			fund.FixBlngAdmdvs = "999999"
399
 			funInfos = append(funInfos, fund)
399
 			funInfos = append(funInfos, fund)
400
 		}
400
 		}
401
 	}
401
 	}