浏览代码

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

csx 3 年前
父节点
当前提交
5ef6811bda
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      controllers/sg/his_api_controller.go

+ 2 - 1
controllers/sg/his_api_controller.go 查看文件

@@ -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,