**SQLBot Version** 1.2.1 **Run Mode** Docker container **Describe the bug** 数据源,字段启用状态关闭无效 **To Reproduce** Steps to reproduce the behavior: 1. 订单表中有个签单时间字段date_sign(varchar类型),有个创建时间字段create_time(datetime类型) 2. 按签单时间统计订单时,经常按create_time统计 3. 把create_time的启用状态改成关闭 4. 新建会话,生成的sql签单时间还是用create_time字段