Commit 7495d11d authored by huyuchen's avatar huyuchen

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

parent de2c054a
...@@ -1269,7 +1269,7 @@ ...@@ -1269,7 +1269,7 @@
<!-- 社保状态:派增(0待审核、1待办理、2办理中 3办理成功、4部分办理失败 5 办理失败 10 审核不通过)、派减(6待审核 7待办理 8办理成功 9 办理失败 11派减办理中 12 派减部分办理失败) --> <!-- 社保状态:派增(0待审核、1待办理、2办理中 3办理成功、4部分办理失败 5 办理失败 10 审核不通过)、派减(6待审核 7待办理 8办理成功 9 办理失败 11派减办理中 12 派减部分办理失败) -->
and a.social_status in ('0', '1', '2', '3', '4', '6', '7', '9', '11', '12') and a.social_status in ('0', '1', '2', '3', '4', '6', '7', '9', '11', '12')
<if test="type != null and type = '1'"> <if test="type != null and type = '1'">
and a.create_name not like '自动化%' and d.create_name not like '自动化%'
</if> </if>
</select> </select>
<!--tSocialFundInfo简单分页查询--> <!--tSocialFundInfo简单分页查询-->
...@@ -1296,7 +1296,7 @@ ...@@ -1296,7 +1296,7 @@
and a.fund_status in ('0', '1', '3', '5', '6', '8') and a.fund_status in ('0', '1', '3', '5', '6', '8')
<if test="type != null and type == '1'"> <if test="type != null and type == '1'">
and a.create_name not like '自动化%' and d.create_name not like '自动化%'
</if> </if>
</select> </select>
<select id="selectSocialFundInfoCountByEmpIdcard" resultType="java.lang.Long"> <select id="selectSocialFundInfoCountByEmpIdcard" 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