修改bug
This commit is contained in:
parent
823ad2baaf
commit
5845ab072e
|
|
@ -11,7 +11,7 @@
|
||||||
LEFT JOIN sys_depart b
|
LEFT JOIN sys_depart b
|
||||||
ON a.org_code = b.org_code
|
ON a.org_code = b.org_code
|
||||||
WHERE a.employees_id = #{employeesId}
|
WHERE a.employees_id = #{employeesId}
|
||||||
AND a.iz_freeze = 'N'
|
AND a.iz_freeze = 'N' zhuangt
|
||||||
AND a.iz_history = 'N'
|
AND a.iz_history = 'N'
|
||||||
AND b.status = '1'
|
AND b.status = '1'
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue