fix: 修正xml

dev
huangfeng 1 year ago
parent 845eaf3b6f
commit 33b5e788c1

@ -84,7 +84,7 @@
--> -->
id, role_id, resource_type, resource_id id, role_id, resource_type, resource_id
</sql> </sql>
<select id="selectByExample" parameterType="com.xydl.entity.TbPermissionExample" resultMap="BaseResultMap"> <select id="selectByExample" parameterType="com.shxy.xymanager_common.entity.TbPermissionExample" resultMap="BaseResultMap">
<!-- <!--
WARNING - @mbg.generated WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.
@ -120,7 +120,7 @@
delete from tb_permission delete from tb_permission
where id = #{id,jdbcType=INTEGER} where id = #{id,jdbcType=INTEGER}
</delete> </delete>
<delete id="deleteByExample" parameterType="com.xydl.entity.TbPermissionExample"> <delete id="deleteByExample" parameterType="com.shxy.xymanager_common.entity.TbPermissionExample">
<!-- <!--
WARNING - @mbg.generated WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.
@ -130,7 +130,7 @@
<include refid="Example_Where_Clause" /> <include refid="Example_Where_Clause" />
</if> </if>
</delete> </delete>
<insert id="insert" parameterType="com.xydl.entity.TbPermission"> <insert id="insert" parameterType="com.shxy.xymanager_common.entity.TbPermission">
<!-- <!--
WARNING - @mbg.generated WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.
@ -143,7 +143,7 @@
values (#{roleId,jdbcType=INTEGER}, #{resourceType,jdbcType=INTEGER}, #{resourceId,jdbcType=INTEGER} values (#{roleId,jdbcType=INTEGER}, #{resourceType,jdbcType=INTEGER}, #{resourceId,jdbcType=INTEGER}
) )
</insert> </insert>
<insert id="insertSelective" parameterType="com.xydl.entity.TbPermission"> <insert id="insertSelective" parameterType="com.shxy.xymanager_common.entity.TbPermission">
<!-- <!--
WARNING - @mbg.generated WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.
@ -175,7 +175,7 @@
</if> </if>
</trim> </trim>
</insert> </insert>
<select id="countByExample" parameterType="com.xydl.entity.TbPermissionExample" resultType="java.lang.Long"> <select id="countByExample" parameterType="com.shxy.xymanager_common.entity.TbPermissionExample" resultType="java.lang.Long">
<!-- <!--
WARNING - @mbg.generated WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.
@ -223,7 +223,7 @@
<include refid="Update_By_Example_Where_Clause" /> <include refid="Update_By_Example_Where_Clause" />
</if> </if>
</update> </update>
<update id="updateByPrimaryKeySelective" parameterType="com.xydl.entity.TbPermission"> <update id="updateByPrimaryKeySelective" parameterType="com.shxy.xymanager_common.entity.TbPermission">
<!-- <!--
WARNING - @mbg.generated WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.
@ -242,7 +242,7 @@
</set> </set>
where id = #{id,jdbcType=INTEGER} where id = #{id,jdbcType=INTEGER}
</update> </update>
<update id="updateByPrimaryKey" parameterType="com.xydl.entity.TbPermission"> <update id="updateByPrimaryKey" parameterType="com.shxy.xymanager_common.entity.TbPermission">
<!-- <!--
WARNING - @mbg.generated WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.

@ -83,7 +83,7 @@
--> -->
id, `name`, create_time id, `name`, create_time
</sql> </sql>
<select id="selectByExample" parameterType="com.xydl.entity.TbRoleExample" resultMap="BaseResultMap"> <select id="selectByExample" parameterType="com.shxy.xymanager_common.entity.TbRoleExample" resultMap="BaseResultMap">
<!-- <!--
WARNING - @mbg.generated WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.
@ -119,7 +119,7 @@
delete from tb_role delete from tb_role
where id = #{id,jdbcType=INTEGER} where id = #{id,jdbcType=INTEGER}
</delete> </delete>
<delete id="deleteByExample" parameterType="com.xydl.entity.TbRoleExample"> <delete id="deleteByExample" parameterType="com.shxy.xymanager_common.entity.TbRoleExample">
<!-- <!--
WARNING - @mbg.generated WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.
@ -129,7 +129,7 @@
<include refid="Example_Where_Clause" /> <include refid="Example_Where_Clause" />
</if> </if>
</delete> </delete>
<insert id="insert" parameterType="com.xydl.entity.TbRole"> <insert id="insert" parameterType="com.shxy.xymanager_common.entity.TbRole">
<!-- <!--
WARNING - @mbg.generated WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.
@ -140,7 +140,7 @@
insert into tb_role (`name`, create_time) insert into tb_role (`name`, create_time)
values (#{name,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}) values (#{name,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP})
</insert> </insert>
<insert id="insertSelective" parameterType="com.xydl.entity.TbRole"> <insert id="insertSelective" parameterType="com.shxy.xymanager_common.entity.TbRole">
<!-- <!--
WARNING - @mbg.generated WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.
@ -166,7 +166,7 @@
</if> </if>
</trim> </trim>
</insert> </insert>
<select id="countByExample" parameterType="com.xydl.entity.TbRoleExample" resultType="java.lang.Long"> <select id="countByExample" parameterType="com.shxy.xymanager_common.entity.TbRoleExample" resultType="java.lang.Long">
<!-- <!--
WARNING - @mbg.generated WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.
@ -210,7 +210,7 @@
<include refid="Update_By_Example_Where_Clause" /> <include refid="Update_By_Example_Where_Clause" />
</if> </if>
</update> </update>
<update id="updateByPrimaryKeySelective" parameterType="com.xydl.entity.TbRole"> <update id="updateByPrimaryKeySelective" parameterType="com.shxy.xymanager_common.entity.TbRole">
<!-- <!--
WARNING - @mbg.generated WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.
@ -226,7 +226,7 @@
</set> </set>
where id = #{id,jdbcType=INTEGER} where id = #{id,jdbcType=INTEGER}
</update> </update>
<update id="updateByPrimaryKey" parameterType="com.xydl.entity.TbRole"> <update id="updateByPrimaryKey" parameterType="com.shxy.xymanager_common.entity.TbRole">
<!-- <!--
WARNING - @mbg.generated WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify. This element is automatically generated by MyBatis Generator, do not modify.

Loading…
Cancel
Save