一、该问题的重现步骤是什么?
1.
2. 打印出来的sql语句,并没有追加tenant_id
Execute SQL : select count(*) from ( select t.id, t.bill_type, t.bill_no, t.bill_date, t.bill_status , t.method_type, t.effective_date, t.use_type, t.audit_user_id, t.audit_time , t.remark, t.create_user, t.create_time, t.create_user_name, t.audit_user_name , case t.bill_status when 1 then '待审核' when 2 then '已审核' when 3 then '审核失败' when 4 then '关闭' end as billStatusName, group_concat(tc.cl_name) as cl_name from t_paper_price_bill_head t left join t_paper_price_clientele_rel pc on t.id = pc.bill_id and '1' = '1' left join t_clientele_info tc on tc.id = pc.clientele_id and '1' = '1' where t.is_deleted = 0 and t.bill_type = 20101 group by t.id order by t.bill_no desc ) TOTAL
Execute Time: 6.440ms
3.
二、你期待的结果是什么?实际看到的又是什么?
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
四、请提供详细的错误堆栈信息,这很重要。
五、若有更多详细信息,请在下面提供。
扫一扫访问 Blade技术社区 移动端