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