Explorar el Código

修改AccountInfoRepo

master
huminghao hace 2 semanas
padre
commit
38ff2a8d94

+ 0
- 3
gly-base-core/src/main/java/cn/com/taiji/core/repo/jpa/user/AccountInfoRepo.java Ver fichero

@@ -20,9 +20,6 @@ public interface AccountInfoRepo extends AbstractJpaRepo<AccountInfo, String> {
@Query("FROM AccountInfo WHERE mobile=?1 ")
List<AccountInfo> findAllByMobile(String mobile);

@Query("FROM AccountInfo WHERE account=?1")
AccountInfo findByAccount(String account);

@Query("FROM AccountInfo WHERE openId in ?1")
List<AccountInfo> findByOpenIdList(List<String> openIds);
}

Cargando…
Cancelar
Guardar