Commit da32f1f4 authored by litengwei's avatar litengwei

bug

parent 10bc66d8
......@@ -859,7 +859,7 @@ GROUP BY
</update>
<update id="updatePersonStatus">
update cb_org_usr set person_status = #{status} where id = #{id}
update cb_org_usr set person_status = #{status} where sequence_nbr = #{id}
</update>
<select id ='getPersonSimpleDetail' resultType='Map'>
......
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