瀏覽代碼

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

csx 2 年之前
父節點
當前提交
6265042515
共有 1 個文件被更改,包括 0 次插入10 次删除
  1. 0 10
      controllers/zh/zh_his_api_controller.go

+ 0 - 10
controllers/zh/zh_his_api_controller.go 查看文件

@@ -559,16 +559,6 @@ func (c *ZHHisApiController) ClearSettle() {
559 559
 			})
560 560
 		}
561 561
 
562
-	} else {
563
-		err := service.UpdataOrderStatus(order_id, order.Number, adminUser.CurrentOrgId, "", "")
564
-		if err == nil {
565
-			c.ServeSuccessJSON(map[string]interface{}{
566
-				"msg": "退费成功",
567
-			})
568
-		} else {
569
-			c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeDataException)
570
-			return
571
-		}
572 562
 	}
573 563
 
574 564
 }