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
问题描述:
积木BI大屏1.93版本,在ORACLE数据库下,点击【模版文件】【文件夹】接口报错
这两个接口的查询SQL中有条件 odp.type = "0" ,在mysql环境下可以运行,在oracle环境下无法运行,是否应该为单引号 ‘0’
错误sql:
SELECT count(0)
FROM onl_drag_page odp
LEFT JOIN jimu_report_category jrc
ON odp.type = jrc.id
WHERE jrc.del_flag = 0
AND odp.STYLE = ?
AND odp.iz_template = ?
AND odp.del_flag = ?
OR (odp.type = "0" AND odp.STYLE = ? AND odp.del_flag = ? AND
odp.iz_template = ?)
错误截图:
The text was updated successfully, but these errors were encountered:
huweinan03
changed the title
积木BI大屏1.93版本,在ORACLE数据库下,点击【模版文件】【文件夹】接口报错
积木BI大屏1.93版本,在ORACLE数据库下,点击【模版案例】【文件夹】接口报错
Jan 14, 2025
版本号:
积木BI大屏1.93
问题描述:
积木BI大屏1.93版本,在ORACLE数据库下,点击【模版文件】【文件夹】接口报错
这两个接口的查询SQL中有条件 odp.type = "0" ,在mysql环境下可以运行,在oracle环境下无法运行,是否应该为单引号 ‘0’
错误sql:
SELECT count(0)
FROM onl_drag_page odp
LEFT JOIN jimu_report_category jrc
ON odp.type = jrc.id
WHERE jrc.del_flag = 0
AND odp.STYLE = ?
AND odp.iz_template = ?
AND odp.del_flag = ?
OR (odp.type = "0" AND odp.STYLE = ? AND odp.del_flag = ? AND
odp.iz_template = ?)
错误截图:
The text was updated successfully, but these errors were encountered: