浏览代码

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

csx 3 年前
父节点
当前提交
d5f544dce7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      controllers/sg/his_api_controller.go

+ 2 - 0
controllers/sg/his_api_controller.go 查看文件

@@ -1313,6 +1313,7 @@ func (c *HisApiController) GetSettleListHospital() {
1313 1313
 			tempDiaginfos = append(tempDiaginfos, tempDiaginfo)
1314 1314
 		}
1315 1315
 	}
1316
+	struct4101.Diseinfo = tempDiaginfos
1316 1317
 
1317 1318
 	sickConfigTwo, _ := service.FindSickById(his.SickType)
1318 1319
 	tempOpspdiseinfo2.DiagCode = sickConfigTwo.ContentCode
@@ -1852,6 +1853,7 @@ func (c *HisApiController) GetBatchSettleList() {
1852 1853
 				tempDiaginfos = append(tempDiaginfos, tempDiaginfo)
1853 1854
 			}
1854 1855
 		}
1856
+		struct4101.Diseinfo = tempDiaginfos
1855 1857
 
1856 1858
 		sickConfigTwo, _ := service.FindSickById(his.SickType)
1857 1859
 		tempOpspdiseinfo2.DiagCode = sickConfigTwo.ContentCode