You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
报表查询只显示10条数据 按配置文件配置了也是10条 发现后台日志查询时 一直有 limit 10 的条件
2022-01-12 10:40:36.799 [http-nio-28298-exec-10] INFO org.jeecgframework.minidao.aop.MiniDaoHandler- page countsql===> SELECT count(0) FROM (SELECT DISTINCT dict.text, dict.value FROM (SELECT component_name AS text, component_name AS value FROM snr_competence_center.snr_cpt_component WHERE delete_token = '1') dict) table_count
2022-01-12 10:40:36.809 [http-nio-28298-exec-10] INFO org.jeecgframework.minidao.aop.MiniDaoHandler- page executeSql===> SELECT distinct dict.text,dict.value FROM (SELECT component_name as text,component_name as value FROM snr_competence_center.snr_cpt_component WHERE delete_token = '1') dict
LIMIT 10
错误日志&截图:
这是我的配置文件
我是通过字典直接查数据库的当条件的如下:
查询的sql是很基础的如下:
SELECT component_name as text,component_name as value FROM snr_competence_center.snr_cpt_component WHERE delete_token = '1'
预览时下拉框只有10条:
版本号:
问题描述:
报表查询只显示10条数据 按配置文件配置了也是10条 发现后台日志查询时 一直有 limit 10 的条件
2022-01-12 10:40:36.799 [http-nio-28298-exec-10] INFO org.jeecgframework.minidao.aop.MiniDaoHandler- page countsql===> SELECT count(0) FROM (SELECT DISTINCT dict.text, dict.value FROM (SELECT component_name AS text, component_name AS value FROM snr_competence_center.snr_cpt_component WHERE delete_token = '1') dict) table_count
2022-01-12 10:40:36.809 [http-nio-28298-exec-10] INFO org.jeecgframework.minidao.aop.MiniDaoHandler- page executeSql===> SELECT distinct dict.text,dict.value FROM (SELECT component_name as text,component_name as value FROM snr_competence_center.snr_cpt_component WHERE delete_token = '1') dict
LIMIT 10
错误日志&截图:
这是我的配置文件
我是通过字典直接查数据库的当条件的如下:
查询的sql是很基础的如下:
SELECT component_name as text,component_name as value FROM snr_competence_center.snr_cpt_component WHERE delete_token = '1'
预览时下拉框只有10条:
重现步骤:
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: