Explorar el Código

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

csx hace 3 años
padre
commit
5ef6811bda
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      controllers/sg/his_api_controller.go

+ 2 - 1
controllers/sg/his_api_controller.go Ver fichero

@@ -530,7 +530,8 @@ func (c *HisApiController) GetSettleList() {
530 530
 		c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeDataException)
531 531
 		return
532 532
 	}
533
-	if res.Infcode == -1 {
533
+
534
+	if res.Infcode != 0 {
534 535
 		c.ServeSuccessJSON(map[string]interface{}{
535 536
 			"failed_code": -10,
536 537
 			"msg":         res.ErrMsg,