Commit b136f2bc authored by huyuchen's avatar huyuchen

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

parent 2198273f
...@@ -467,8 +467,9 @@ ...@@ -467,8 +467,9 @@
</select> </select>
<select id="selectExportCount" resultType="java.lang.Long"> <select id="selectExportCount" resultType="java.lang.Long">
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
...@@ -476,8 +477,11 @@ ...@@ -476,8 +477,11 @@
1=1 and a.type_sub = '0' 1=1 and a.type_sub = '0'
<include refid="tDispatchInfoPre_where"/> <include refid="tDispatchInfoPre_where"/>
</where> </where>
group by a.id
) a
</select> </select>
<select id="selectFundExportCount" resultType="java.lang.Long"> <select id="selectFundExportCount" resultType="java.lang.Long">
select count(a.id) from (
SELECT SELECT
count(a.id) count(a.id)
FROM t_dispatch_info_pre a FROM t_dispatch_info_pre a
...@@ -487,7 +491,7 @@ ...@@ -487,7 +491,7 @@
and a.DELETE_FLAG = '0' and a.DELETE_FLAG = '0'
<include refid="tDispatchInfoPre_where"/> <include refid="tDispatchInfoPre_where"/>
</where> </where>
group by a.id group by a.id) a
</select> </select>
<select id="selectSocialCount" resultType="java.lang.Long"> <select id="selectSocialCount" resultType="java.lang.Long">
......
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