Browse Source

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

csx 3 years ago
parent
commit
f6408c5c5f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      controllers/sg/his_api_controller.go

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

@@ -2804,9 +2804,9 @@ func (c *HisApiController) RefundNumber() {
2804 2804
 
2805 2805
 		if res2.Infcode == 0 {
2806 2806
 			//err := service.UpdataOrderStatus(order_id, number, adminUser.CurrentOrgId)
2807
-			//service.UpdataRegStatus(patient_id, recordDateTime, adminUser.CurrentOrgId)
2807
+			service.UpdataRegStatus(patient_id, recordDateTime, adminUser.CurrentOrgId)
2808 2808
 
2809
-			err := service.UpdataRegStatus2(his_patient_id)
2809
+			//err := service.UpdataRegStatus2()
2810 2810
 
2811 2811
 			if err == nil {
2812 2812
 				c.ServeSuccessJSON(map[string]interface{}{