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