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
 		if res.Infcode == 0 {
4133
 		if res.Infcode == 0 {
4134
 			psn_record.IsCancel = 2
4134
 			psn_record.IsCancel = 2
4135
 			service.CreatePsnNCDSRecord(&psn_record)
4135
 			service.CreatePsnNCDSRecord(&psn_record)
4136
+			c.ServeSuccessJSON(map[string]interface{}{
4137
+				"failed_code": 0,
4138
+				"msg":         "撤销备案成功",
4139
+			})
4136
 		} else {
4140
 		} else {
4137
 			c.ServeSuccessJSON(map[string]interface{}{
4141
 			c.ServeSuccessJSON(map[string]interface{}{
4138
 				"failed_code": -10,
4142
 				"failed_code": -10,