确认
当前程序版本
3.1.1
问题描述
当字段名中包含表名时,会把字段名也替换掉。 比如:select task_id, task_dispatch_status from task_dispatch WHERE yn = 1 and task_id = ? and sys_code = ? and work_unit_code = ?
会变成:
select task_id, sc-task-dispatch.task_dispatch_status from sc-task-dispatch.task_dispatch WHERE yn = 1 and task_id = ? and sys_code = ? and work_unit_code = ?
详细堆栈日志
No response