Ver código fonte

更改

master
zouhantao 4 meses atrás
pai
commit
230e30af57

+ 2
- 2
gly-base-core/src/main/java/cn/com/taiji/core/repo/jpa/user/AccountInfoRepo.java Ver arquivo

@@ -9,8 +9,8 @@ import java.util.List;

public interface AccountInfoRepo extends AbstractJpaRepo<AccountInfo, String> {

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

@Query("FROM AccountInfo WHERE openId=?1")
AccountInfo findByOpenId(String openId);

Carregando…
Cancelar
Salvar