Commit 0e31ce38 authored by huyuchen's avatar huyuchen

huych-入职确认信息编辑提交

parent b136f2bc
...@@ -470,7 +470,6 @@ ...@@ -470,7 +470,6 @@
select count(a.id) from ( select count(a.id) from (
SELECT SELECT
a.id a.id
FROM t_dispatch_info_pre a FROM t_dispatch_info_pre a
left join view_contract b on a.EMP_IDCARD = b.EMP_IDCARD and a.DEPT_NO = b.DEPT_NO left join view_contract b on a.EMP_IDCARD = b.EMP_IDCARD and a.DEPT_NO = b.DEPT_NO
<where> <where>
...@@ -483,7 +482,7 @@ ...@@ -483,7 +482,7 @@
<select id="selectFundExportCount" resultType="java.lang.Long"> <select id="selectFundExportCount" resultType="java.lang.Long">
select count(a.id) from ( select count(a.id) from (
SELECT SELECT
count(a.id) a.id
FROM t_dispatch_info_pre a FROM t_dispatch_info_pre a
left join view_contract b on a.EMP_IDCARD = b.EMP_IDCARD and a.DEPT_NO = b.DEPT_NO left join view_contract b on a.EMP_IDCARD = b.EMP_IDCARD and a.DEPT_NO = b.DEPT_NO
<where> <where>
......
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