Browse Source

修正了座椅查询处理状态查询条件的错误

pull/156/head
allanwei 3 years ago
parent
commit
1dfe4e55e7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/report/implments/CustomizedQuery.service.impl.go

+ 1
- 1
services/report/implments/CustomizedQuery.service.impl.go View File

@ -576,7 +576,7 @@ func (impl *CustomizedQueryServiceImplement) SeatQuery(user *global.User, serial
case "ok":
break
default:
errors.New("状态查询条件错误")
err = errors.New("状态查询条件错误")
return
}


Loading…
Cancel
Save