Browse Source

更改

master
zouhantao 3 months ago
parent
commit
230e30af57

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

@@ -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…
Cancel
Save