Pārlūkot izejas kodu

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

csx 2 gadus atpakaļ
vecāks
revīzija
6265042515
1 mainītis faili ar 0 papildinājumiem un 10 dzēšanām
  1. 0 10
      controllers/zh/zh_his_api_controller.go

+ 0 - 10
controllers/zh/zh_his_api_controller.go Parādīt failu

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
 }