<!-- 账户创建 -->
<insert id="create" parameterType="Account">
<selectKey keyProperty="id" order="AFTER" resultType="int">
select last_insert_id()
</selectKey>
<insert id="insert" parameterType="com.xk.cbs.ebms.department.po.dto.Department" useGeneratedKeys="true" keyProperty="id">