...
|
...
|
@@ -211,6 +211,7 @@ func (repository *UserRepository) Find(queryOptions map[string]interface{}) (int |
|
|
query.Where(`company_id in (?)`, pg.In(v))
|
|
|
}
|
|
|
query.SetWhereByQueryOption("user_code = ?", "userCode")
|
|
|
query.SetWhereByQueryOption("ext->>'icCardNumber' = ?", "icCardNumber")
|
|
|
query.SetWhereByQueryOption("user_base_id=?", "userBaseId")
|
|
|
query.SetWhereByQueryOption("(user_type & ?)>0", "userType")
|
|
|
query.SetWhereByQueryOption("enable_status=?", "enableStatus")
|
...
|
...
|
|