Commit 6ec7505b authored by huyuchen's avatar huyuchen

社保公积金派单查询问题修改

parent 43b97102
...@@ -767,7 +767,7 @@ ...@@ -767,7 +767,7 @@
<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''"> <if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
and and
a.emp_id in ( a.id in (
select b.emp_id from t_employee_project b select b.emp_id from t_employee_project b
where where
b.DELETE_FLAG = '0' b.DELETE_FLAG = '0'
...@@ -806,7 +806,7 @@ ...@@ -806,7 +806,7 @@
<include refid="employeeInfo_where"/> <include refid="employeeInfo_where"/>
<if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''"> <if test="tEmployeeInfo.authSql != null and tEmployeeInfo.authSql.trim() != ''">
and and
a.emp_id in ( a.id in (
select b.emp_id from t_employee_project b select b.emp_id from t_employee_project b
where where
b.DELETE_FLAG = '0' 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