leo 2026-05-13 14:07 回复 传的jeelowcode/dbform-data/detail/2053002975482277890/10492; jeelowcode/dbform-data/detail/2053002975482277890/10496 两个id不同但是都是查询的第一条,后台sql 打印没有加上where id = 传参 ,还是列表的sql
超级管理员 2026-05-13 14:36 回复 把最终的sql打印出来看看where 条件有没有带上,可能是因为你的视图表没有加上where id吧,需要加上where id=#{id} 或者 where #{jeelowcode_auto_where}
演示环境复现一下