随笔分类 -  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 阅读全文
posted @ 2022-09-01 20:46 NIANER2011 阅读(61) 评论(0) 推荐(0)
摘要:<insert id="insertRole" parameterType="com.serlyf.system.entity.Role"> insert into sys_role (ROLE_ID,ROLE_NAME,REMARK,IS_ACTIVE,CREATE_DATETIME,CREATE 阅读全文
posted @ 2022-09-01 20:46 NIANER2011 阅读(289) 评论(0) 推荐(0)