Commit bad2be73 authored by huyuchen's avatar huyuchen

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

parent 046d37e6
...@@ -476,7 +476,6 @@ ...@@ -476,7 +476,6 @@
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
</select> </select>
<select id="selectFundExportCount" resultType="java.lang.Long"> <select id="selectFundExportCount" resultType="java.lang.Long">
SELECT SELECT
...@@ -491,6 +490,16 @@ ...@@ -491,6 +490,16 @@
group by a.id group by a.id
</select> </select>
<select id="selectSocialCount" resultType="java.lang.Long">
SELECT
count(a.id)
FROM t_dispatch_info_pre a
<where>
1=1 and a.type_sub = '0' and a.DELETE_FLAG = '0'
<include refid="tDispatchInfoPre_where"/>
</where>
</select>
<select id="selectFundCount" resultType="java.lang.Long"> <select id="selectFundCount" resultType="java.lang.Long">
SELECT SELECT
count(a.id) count(a.id)
......
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