|
|
|
@ -27,12 +27,6 @@
|
|
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
|
|
</delete>
|
|
|
|
|
|
|
|
|
|
<insert id="insert" keyColumn="id" keyProperty="id"
|
|
|
|
|
parameterType="com.glxp.api.entity.auth.WarehouseBussinessTypeEntity" useGeneratedKeys="true">
|
|
|
|
|
<!--@mbg.generated-->
|
|
|
|
|
insert into auth_warehouse_bustype (code, `action`, `name`)
|
|
|
|
|
values (#{code,jdbcType=VARCHAR}, #{action,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR})
|
|
|
|
|
</insert>
|
|
|
|
|
<insert id="insertSelective" keyColumn="id" keyProperty="id"
|
|
|
|
|
parameterType="com.glxp.api.entity.auth.WarehouseBussinessTypeEntity" useGeneratedKeys="true">
|
|
|
|
|
<!--@mbg.generated-->
|
|
|
|
@ -150,86 +144,6 @@
|
|
|
|
|
(#{item.code,jdbcType=VARCHAR}, #{item.action,jdbcType=VARCHAR}, #{item.name,jdbcType=VARCHAR})
|
|
|
|
|
</foreach>
|
|
|
|
|
</insert>
|
|
|
|
|
<!-- <insert id="insertOrUpdate" keyColumn="id" keyProperty="id"-->
|
|
|
|
|
<!-- parameterType="com.glxp.api.entity.auth.WarehouseBussinessTypeEntity" useGeneratedKeys="true">-->
|
|
|
|
|
<!-- <!–@mbg.generated–>-->
|
|
|
|
|
<!-- insert into auth_warehouse_bustype-->
|
|
|
|
|
<!-- <trim prefix="(" suffix=")" suffixOverrides=",">-->
|
|
|
|
|
<!-- <if test="id != null">-->
|
|
|
|
|
<!-- id,-->
|
|
|
|
|
<!-- </if>-->
|
|
|
|
|
<!-- code,-->
|
|
|
|
|
<!-- `action`,-->
|
|
|
|
|
<!-- `name`,-->
|
|
|
|
|
<!-- </trim>-->
|
|
|
|
|
<!-- values-->
|
|
|
|
|
<!-- <trim prefix="(" suffix=")" suffixOverrides=",">-->
|
|
|
|
|
<!-- <if test="id != null">-->
|
|
|
|
|
<!-- #{id,jdbcType=INTEGER},-->
|
|
|
|
|
<!-- </if>-->
|
|
|
|
|
<!-- #{code,jdbcType=VARCHAR},-->
|
|
|
|
|
<!-- #{action,jdbcType=VARCHAR},-->
|
|
|
|
|
<!-- #{name,jdbcType=VARCHAR},-->
|
|
|
|
|
<!-- </trim>-->
|
|
|
|
|
<!-- on duplicate key update-->
|
|
|
|
|
<!-- <trim suffixOverrides=",">-->
|
|
|
|
|
<!-- <if test="id != null">-->
|
|
|
|
|
<!-- id = #{id,jdbcType=INTEGER},-->
|
|
|
|
|
<!-- </if>-->
|
|
|
|
|
<!-- code = #{code,jdbcType=VARCHAR},-->
|
|
|
|
|
<!-- `action` = #{action,jdbcType=VARCHAR},-->
|
|
|
|
|
<!-- `name` = #{name,jdbcType=VARCHAR},-->
|
|
|
|
|
<!-- </trim>-->
|
|
|
|
|
<!-- </insert>-->
|
|
|
|
|
<insert id="insertOrUpdateSelective" keyColumn="id" keyProperty="id"
|
|
|
|
|
parameterType="com.glxp.api.entity.auth.WarehouseBussinessTypeEntity" useGeneratedKeys="true">
|
|
|
|
|
<!--@mbg.generated-->
|
|
|
|
|
insert into auth_warehouse_bustype
|
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="id != null">
|
|
|
|
|
id,
|
|
|
|
|
</if>
|
|
|
|
|
<if test="code != null">
|
|
|
|
|
code,
|
|
|
|
|
</if>
|
|
|
|
|
<if test="action != null">
|
|
|
|
|
`action`,
|
|
|
|
|
</if>
|
|
|
|
|
<if test="name != null">
|
|
|
|
|
`name`,
|
|
|
|
|
</if>
|
|
|
|
|
</trim>
|
|
|
|
|
values
|
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="id != null">
|
|
|
|
|
#{id,jdbcType=INTEGER},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="code != null">
|
|
|
|
|
#{code,jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="action != null">
|
|
|
|
|
#{action,jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="name != null">
|
|
|
|
|
#{name,jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
</trim>
|
|
|
|
|
on duplicate key update
|
|
|
|
|
<trim suffixOverrides=",">
|
|
|
|
|
<if test="id != null">
|
|
|
|
|
id = #{id,jdbcType=INTEGER},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="code != null">
|
|
|
|
|
code = #{code,jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="action != null">
|
|
|
|
|
`action` = #{action,jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="name != null">
|
|
|
|
|
`name` = #{name,jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
</trim>
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<select id="selectListByCode" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
|
|
|
select auth_warehouse_bustype.id,
|
|
|
|
|