随笔分类 - 001.JAVA / 81.Mybatis
摘要:1.Mybatis常用select语句 <select id="getRolesByParam" parameterType="java.util.HashMap" resultType="com.serlyf.system.entity.Role"> SELECT sr.ROLE_ID AS ro
阅读全文
摘要:<insert id="insertRole" parameterType="com.serlyf.system.entity.Role"> insert into sys_role (ROLE_ID,ROLE_NAME,REMARK,IS_ACTIVE,CREATE_DATETIME,CREATE
阅读全文

浙公网安备 33010602011771号