自测问题
This commit is contained in:
parent
fd89054e91
commit
fa9adbbab4
|
|
@ -43,7 +43,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
ELSE ''
|
ELSE ''
|
||||||
END AS idCard
|
END AS idCard
|
||||||
FROM tb_bracelet blt
|
FROM tb_bracelet blt
|
||||||
left join tb_sh_box sbx on blt.box_ix=sbx.id and sbx.del_flag = 0
|
left join tb_sh_box sbx on blt.box_id=sbx.id and sbx.del_flag = 0
|
||||||
left join t_work_team twt on sbx.team_id = twt.team_id and twt.del_flag= 0
|
left join t_work_team twt on sbx.team_id = twt.team_id and twt.del_flag= 0
|
||||||
left join tb_project_power tpp on tpp.id=sbx.gt_id and tpp.del_flag = 0
|
left join tb_project_power tpp on tpp.id=sbx.gt_id and tpp.del_flag = 0
|
||||||
left join tb_people tpe on blt.bid_id=tpe.id and peopel_type=0 and tpe.name is not null and tpe.name!=''
|
left join tb_people tpe on blt.bid_id=tpe.id and peopel_type=0 and tpe.name is not null and tpe.name!=''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue