瀏覽代碼

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

csx 3 年之前
父節點
當前提交
30eeb96bca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/sg/his_api_controller.go

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

@@ -1354,7 +1354,7 @@ func (c *HisApiController) GetRegisterInfo() {
1354 1354
 					return
1355 1355
 
1356 1356
 				} else {
1357
-					err := service.CreateHisPatientTwo(&his)
1357
+					service.CreateHisPatientTwo(&his)
1358 1358
 					c.ServeSuccessJSON(map[string]interface{}{
1359 1359
 						"his_info": his,
1360 1360
 					})