Browse Source

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

csx 4 years ago
parent
commit
7d0350c6a5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      controllers/sg/his_api_controller.go

+ 4 - 0
controllers/sg/his_api_controller.go View File

@@ -4133,6 +4133,10 @@ func (c *HisApiController) PsnPutUnNCDSOnRecord() {
4133 4133
 		if res.Infcode == 0 {
4134 4134
 			psn_record.IsCancel = 2
4135 4135
 			service.CreatePsnNCDSRecord(&psn_record)
4136
+			c.ServeSuccessJSON(map[string]interface{}{
4137
+				"failed_code": 0,
4138
+				"msg":         "撤销备案成功",
4139
+			})
4136 4140
 		} else {
4137 4141
 			c.ServeSuccessJSON(map[string]interface{}{
4138 4142
 				"failed_code": -10,