Commit 0e31ce38 authored by huyuchen's avatar huyuchen

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

parent b136f2bc
......@@ -470,7 +470,6 @@
select count(a.id) from (
SELECT
a.id
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
<where>
......@@ -483,7 +482,7 @@
<select id="selectFundExportCount" resultType="java.lang.Long">
select count(a.id) from (
SELECT
count(a.id)
a.id
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
<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