条件查询出现org.hibernate.QueryException: could not resolve property: serviceName of: weixin.apimarket.entity.ApiBankingUserAuthEntity错误
原因:是使用了实体类瞬态属性@Transient
解决办法:使用数据库已有属性进行查询
条件查询出现org.hibernate.QueryException: could not resolve property: serviceName of: weixin.apimarket.entity.ApiBankingUserAuthEntity错误
原因:是使用了实体类瞬态属性@Transient
解决办法:使用数据库已有属性进行查询