浏览代码

更改

master
zouhantao 4 个月前
父节点
当前提交
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);

正在加载...
取消
保存