nick2550123097
nick2550123097
识别不到函数
hyperf安装了 v4.4.4 的时候可以安装,然后 调用报错了 [ERROR] Error: Call to undefined function QL\Dom\value() in /Users/test/hyperf-skeleton/vendor/jaeger/querylist/src/Dom/Query.php:53
版本依赖有问题
在hyperf3.1的版本中,安装一直报冲突 ➜ server ../devtools/swoole-cli ../devtools/composer.phar require jaeger/querylist=V4.4.3 ./composer.json has been updated Running composer update jaeger/querylist Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to...
QueryWrapper queryWrapper=QueryWrapper.create() .select() .from(ACCOUNT) .where(ACCOUNT.ID.ge(100)) .and( exists( // or notExists(...) selectOne().from(ARTICLE).where(ARTICLE.ID.ge(100)) ) ); 其中ARTICLE表的逻辑删除是不生效的,必须手动自己指定
@RelationOneToMany(selfField = "id", targetField = "accountId") private List books; 譬如很多场景想统计booksCount的数量,能否实现 @RelationOneToMany(selfField = "id", targetField = "accountId") private Long booksCount
定义好关联关系,能否有方法支持关联表的数据的数量?
定义好关联关系,能否知道关联的数量
spring boot amqp的是支持重试次数