mybatis XML中执行多条语句:
<update id="dao-bs_cc_o_stk_sq_item.update.zlljg" parameterType="hashmap">
begin update bs_cc_store_info t set t.cc_jgzt=3 where t.kbh=#{kbh};
update bs_cc_store_info t set t.bs_lock_status=0,t.bs_kb_status=0,t.bs_lock_ldd=1 where t.kbh=#{kbh};
end;
</update>