Commit 16391e5b authored by huyuchen's avatar huyuchen

Merge remote-tracking branch 'origin/master'

parents 118ccca0 bbd78127
...@@ -461,7 +461,7 @@ ...@@ -461,7 +461,7 @@
<select id="selectExportCount" resultType="java.lang.Long"> <select id="selectExportCount" resultType="java.lang.Long">
SELECT SELECT
count(distinct a.id) count(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
...@@ -472,7 +472,7 @@ ...@@ -472,7 +472,7 @@
</select> </select>
<select id="selectFundExportCount" resultType="java.lang.Long"> <select id="selectFundExportCount" resultType="java.lang.Long">
SELECT SELECT
count(distinct a.id) count(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>
...@@ -484,7 +484,7 @@ ...@@ -484,7 +484,7 @@
<select id="selectFundCount" resultType="java.lang.Long"> <select id="selectFundCount" resultType="java.lang.Long">
SELECT SELECT
count(distinct a.id) count(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