Commit 2b68dc4a authored by huyuchen's avatar huyuchen

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

parent be453c37
...@@ -1295,7 +1295,7 @@ ...@@ -1295,7 +1295,7 @@
<!-- 派增(0待审核、1待办理、3办理成功、4办理失败9 审核不通过)、派减(5待审核 6待办理 7 办理成功 8 办理失败 ) --> <!-- 派增(0待审核、1待办理、3办理成功、4办理失败9 审核不通过)、派减(5待审核 6待办理 7 办理成功 8 办理失败 ) -->
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 d.create_name not like '自动化%' and d.create_name not like '自动化%'
</if> </if>
</select> </select>
......
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