zouhantao преди 3 месеца
родител
ревизия
230e30af57
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      gly-base-core/src/main/java/cn/com/taiji/core/repo/jpa/user/AccountInfoRepo.java

+ 2
- 2
gly-base-core/src/main/java/cn/com/taiji/core/repo/jpa/user/AccountInfoRepo.java Целия файл

@@ -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);

Loading…
Отказ
Запис