feat:完善信息,优化入驻接口

This commit is contained in:
henry
2022-01-28 16:59:15 +08:00
parent 4c57ca2878
commit aafff0f3fd
22 changed files with 275 additions and 137 deletions

View File

@ -47,7 +47,7 @@ func (c *BasicParams) filter(identity int, where ...*model2.ModelWhere) error {
}
var count int64
where = append(where, model2.NewWhere("status", model2.InvalidStatusForNot))
where = append(where, model2.NewWhere("invalid_status", model2.InvalidStatusForNot))
if err = model2.Count(iModel, &count, where...); err != nil {
return err