Commit b8c22b96 authored by 18310373984@163.com's avatar 18310373984@163.com

异地申请将退出标识改为0,未退出

parent ad9b07e7
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
<update id="placeOtherApply"> <update id="placeOtherApply">
update CH_DISABLE_INFO set OTHER_APPLY_TIME = TO_DATE ( #{otherApplyTime}, 'yyyy-MM-dd') where DISAB_INFO_ID = #{disabInfoId} update CH_DISABLE_INFO set OTHER_APPLY_TIME = TO_DATE ( #{otherApplyTime}, 'yyyy-MM-dd'),EXIT_FLAG=0 where DISAB_INFO_ID = #{disabInfoId}
</update> </update>
......
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