Commit c57ab992 by 徐高华

sql

parent a62b41fc
......@@ -493,6 +493,6 @@
</update>
<update id="updateDefaultGicEid">
update tab_haoban_staff set default_gic_eid = #{gicEid} where staff_id != #{staffId}
update tab_haoban_staff set default_gic_eid = #{gicEid} where staff_id = #{staffId}
</update>
</mapper>
\ No newline at end of file
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