Commit 841eab8b authored by fangxinjiang's avatar fangxinjiang

人员

parent 9388d2e9
......@@ -496,7 +496,7 @@
<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
and
a.emp_id in (
a.id in (
select b.emp_id from t_employee_project b
where
b.DELETE_FLAG = '0'
......@@ -772,7 +772,7 @@
<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
and
a.emp_id in (
a.id in (
select b.emp_id from t_employee_project b
where
b.DELETE_FLAG = '0'
......@@ -811,7 +811,7 @@
<include refid="employeeInfo_where"/>
<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
and
a.emp_id in (
a.id in (
select b.emp_id from t_employee_project b
where
b.DELETE_FLAG = '0'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment