|
|
@@ -1,457 +0,0 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
-<mapper namespace="org.linlinjava.litemall.db.dao.LitemallUserFormidMapper">
|
|
|
- <resultMap id="BaseResultMap" type="org.linlinjava.litemall.db.domain.LitemallUserFormid">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- <id column="id" jdbcType="INTEGER" property="id" />
|
|
|
- <result column="formId" jdbcType="VARCHAR" property="formid" />
|
|
|
- <result column="isprepay" jdbcType="BIT" property="isprepay" />
|
|
|
- <result column="useAmount" jdbcType="INTEGER" property="useamount" />
|
|
|
- <result column="expire_time" jdbcType="TIMESTAMP" property="expireTime" />
|
|
|
- <result column="openId" jdbcType="VARCHAR" property="openid" />
|
|
|
- <result column="add_time" jdbcType="TIMESTAMP" property="addTime" />
|
|
|
- <result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
|
|
- <result column="deleted" jdbcType="BIT" property="deleted" />
|
|
|
- </resultMap>
|
|
|
- <sql id="Example_Where_Clause">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- <where>
|
|
|
- <foreach collection="oredCriteria" item="criteria" separator="or">
|
|
|
- <if test="criteria.valid">
|
|
|
- <trim prefix="(" prefixOverrides="and" suffix=")">
|
|
|
- <foreach collection="criteria.criteria" item="criterion">
|
|
|
- <choose>
|
|
|
- <when test="criterion.noValue">
|
|
|
- and ${criterion.condition}
|
|
|
- </when>
|
|
|
- <when test="criterion.singleValue">
|
|
|
- and ${criterion.condition} #{criterion.value}
|
|
|
- </when>
|
|
|
- <when test="criterion.betweenValue">
|
|
|
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
|
|
|
- </when>
|
|
|
- <when test="criterion.listValue">
|
|
|
- and ${criterion.condition}
|
|
|
- <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
|
|
|
- #{listItem}
|
|
|
- </foreach>
|
|
|
- </when>
|
|
|
- </choose>
|
|
|
- </foreach>
|
|
|
- </trim>
|
|
|
- </if>
|
|
|
- </foreach>
|
|
|
- </where>
|
|
|
- </sql>
|
|
|
- <sql id="Update_By_Example_Where_Clause">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- <where>
|
|
|
- <foreach collection="example.oredCriteria" item="criteria" separator="or">
|
|
|
- <if test="criteria.valid">
|
|
|
- <trim prefix="(" prefixOverrides="and" suffix=")">
|
|
|
- <foreach collection="criteria.criteria" item="criterion">
|
|
|
- <choose>
|
|
|
- <when test="criterion.noValue">
|
|
|
- and ${criterion.condition}
|
|
|
- </when>
|
|
|
- <when test="criterion.singleValue">
|
|
|
- and ${criterion.condition} #{criterion.value}
|
|
|
- </when>
|
|
|
- <when test="criterion.betweenValue">
|
|
|
- and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
|
|
|
- </when>
|
|
|
- <when test="criterion.listValue">
|
|
|
- and ${criterion.condition}
|
|
|
- <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
|
|
|
- #{listItem}
|
|
|
- </foreach>
|
|
|
- </when>
|
|
|
- </choose>
|
|
|
- </foreach>
|
|
|
- </trim>
|
|
|
- </if>
|
|
|
- </foreach>
|
|
|
- </where>
|
|
|
- </sql>
|
|
|
- <sql id="Base_Column_List">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- id, formId, isprepay, useAmount, expire_time, openId, add_time, update_time, deleted
|
|
|
- </sql>
|
|
|
- <select id="selectByExample" parameterType="org.linlinjava.litemall.db.domain.LitemallUserFormidExample" resultMap="BaseResultMap">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- select
|
|
|
- <if test="distinct">
|
|
|
- distinct
|
|
|
- </if>
|
|
|
- <include refid="Base_Column_List" />
|
|
|
- from litemall_user_formid
|
|
|
- <if test="_parameter != null">
|
|
|
- <include refid="Example_Where_Clause" />
|
|
|
- </if>
|
|
|
- <if test="orderByClause != null">
|
|
|
- order by ${orderByClause}
|
|
|
- </if>
|
|
|
- </select>
|
|
|
- <select id="selectByExampleSelective" parameterType="map" resultMap="BaseResultMap">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- select
|
|
|
- <if test="example.distinct">
|
|
|
- distinct
|
|
|
- </if>
|
|
|
- <choose>
|
|
|
- <when test="selective != null and selective.length > 0">
|
|
|
- <foreach collection="selective" item="column" separator=",">
|
|
|
- ${column.aliasedEscapedColumnName}
|
|
|
- </foreach>
|
|
|
- </when>
|
|
|
- <otherwise>
|
|
|
- <include refid="Base_Column_List" />
|
|
|
- </otherwise>
|
|
|
- </choose>
|
|
|
- from litemall_user_formid
|
|
|
- <if test="_parameter != null">
|
|
|
- <include refid="Update_By_Example_Where_Clause" />
|
|
|
- </if>
|
|
|
- <if test="example.orderByClause != null">
|
|
|
- order by ${example.orderByClause}
|
|
|
- </if>
|
|
|
- </select>
|
|
|
- <select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="BaseResultMap">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- select
|
|
|
- <include refid="Base_Column_List" />
|
|
|
- from litemall_user_formid
|
|
|
- where id = #{id,jdbcType=INTEGER}
|
|
|
- </select>
|
|
|
- <select id="selectByPrimaryKeyWithLogicalDelete" parameterType="map" resultMap="BaseResultMap">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- select
|
|
|
- <include refid="Base_Column_List" />
|
|
|
- from litemall_user_formid
|
|
|
- where id = #{id,jdbcType=INTEGER}
|
|
|
- and deleted =
|
|
|
- <choose>
|
|
|
- <when test="andLogicalDeleted">
|
|
|
- 1
|
|
|
- </when>
|
|
|
- <otherwise>
|
|
|
- 0
|
|
|
- </otherwise>
|
|
|
- </choose>
|
|
|
- </select>
|
|
|
- <select id="selectByPrimaryKeySelective" parameterType="map" resultMap="BaseResultMap">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- select
|
|
|
- <choose>
|
|
|
- <when test="selective != null and selective.length > 0">
|
|
|
- <foreach collection="selective" item="column" separator=",">
|
|
|
- ${column.aliasedEscapedColumnName}
|
|
|
- </foreach>
|
|
|
- </when>
|
|
|
- <otherwise>
|
|
|
- <include refid="Base_Column_List" />
|
|
|
- </otherwise>
|
|
|
- </choose>
|
|
|
- from litemall_user_formid
|
|
|
- where id = #{id,jdbcType=INTEGER}
|
|
|
- </select>
|
|
|
- <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- delete from litemall_user_formid
|
|
|
- where id = #{id,jdbcType=INTEGER}
|
|
|
- </delete>
|
|
|
- <delete id="deleteByExample" parameterType="org.linlinjava.litemall.db.domain.LitemallUserFormidExample">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- delete from litemall_user_formid
|
|
|
- <if test="_parameter != null">
|
|
|
- <include refid="Example_Where_Clause" />
|
|
|
- </if>
|
|
|
- </delete>
|
|
|
- <insert id="insert" parameterType="org.linlinjava.litemall.db.domain.LitemallUserFormid">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- <selectKey keyProperty="id" order="AFTER" resultType="java.lang.Integer">
|
|
|
- SELECT LAST_INSERT_ID()
|
|
|
- </selectKey>
|
|
|
- insert into litemall_user_formid (formId, isprepay, useAmount,
|
|
|
- expire_time, openId, add_time,
|
|
|
- update_time, deleted)
|
|
|
- values (#{formid,jdbcType=VARCHAR}, #{isprepay,jdbcType=BIT}, #{useamount,jdbcType=INTEGER},
|
|
|
- #{expireTime,jdbcType=TIMESTAMP}, #{openid,jdbcType=VARCHAR}, #{addTime,jdbcType=TIMESTAMP},
|
|
|
- #{updateTime,jdbcType=TIMESTAMP}, #{deleted,jdbcType=BIT})
|
|
|
- </insert>
|
|
|
- <insert id="insertSelective" parameterType="org.linlinjava.litemall.db.domain.LitemallUserFormid">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- <selectKey keyProperty="id" order="AFTER" resultType="java.lang.Integer">
|
|
|
- SELECT LAST_INSERT_ID()
|
|
|
- </selectKey>
|
|
|
- insert into litemall_user_formid
|
|
|
- <trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
- <if test="formid != null">
|
|
|
- formId,
|
|
|
- </if>
|
|
|
- <if test="isprepay != null">
|
|
|
- isprepay,
|
|
|
- </if>
|
|
|
- <if test="useamount != null">
|
|
|
- useAmount,
|
|
|
- </if>
|
|
|
- <if test="expireTime != null">
|
|
|
- expire_time,
|
|
|
- </if>
|
|
|
- <if test="openid != null">
|
|
|
- openId,
|
|
|
- </if>
|
|
|
- <if test="addTime != null">
|
|
|
- add_time,
|
|
|
- </if>
|
|
|
- <if test="updateTime != null">
|
|
|
- update_time,
|
|
|
- </if>
|
|
|
- <if test="deleted != null">
|
|
|
- deleted,
|
|
|
- </if>
|
|
|
- </trim>
|
|
|
- <trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
- <if test="formid != null">
|
|
|
- #{formid,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="isprepay != null">
|
|
|
- #{isprepay,jdbcType=BIT},
|
|
|
- </if>
|
|
|
- <if test="useamount != null">
|
|
|
- #{useamount,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="expireTime != null">
|
|
|
- #{expireTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="openid != null">
|
|
|
- #{openid,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="addTime != null">
|
|
|
- #{addTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="updateTime != null">
|
|
|
- #{updateTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="deleted != null">
|
|
|
- #{deleted,jdbcType=BIT},
|
|
|
- </if>
|
|
|
- </trim>
|
|
|
- </insert>
|
|
|
- <select id="countByExample" parameterType="org.linlinjava.litemall.db.domain.LitemallUserFormidExample" resultType="java.lang.Long">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- select count(*) from litemall_user_formid
|
|
|
- <if test="_parameter != null">
|
|
|
- <include refid="Example_Where_Clause" />
|
|
|
- </if>
|
|
|
- </select>
|
|
|
- <update id="updateByExampleSelective" parameterType="map">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- update litemall_user_formid
|
|
|
- <set>
|
|
|
- <if test="record.id != null">
|
|
|
- id = #{record.id,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="record.formid != null">
|
|
|
- formId = #{record.formid,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="record.isprepay != null">
|
|
|
- isprepay = #{record.isprepay,jdbcType=BIT},
|
|
|
- </if>
|
|
|
- <if test="record.useamount != null">
|
|
|
- useAmount = #{record.useamount,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="record.expireTime != null">
|
|
|
- expire_time = #{record.expireTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="record.openid != null">
|
|
|
- openId = #{record.openid,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="record.addTime != null">
|
|
|
- add_time = #{record.addTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="record.updateTime != null">
|
|
|
- update_time = #{record.updateTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="record.deleted != null">
|
|
|
- deleted = #{record.deleted,jdbcType=BIT},
|
|
|
- </if>
|
|
|
- </set>
|
|
|
- <if test="_parameter != null">
|
|
|
- <include refid="Update_By_Example_Where_Clause" />
|
|
|
- </if>
|
|
|
- </update>
|
|
|
- <update id="updateByExample" parameterType="map">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- update litemall_user_formid
|
|
|
- set id = #{record.id,jdbcType=INTEGER},
|
|
|
- formId = #{record.formid,jdbcType=VARCHAR},
|
|
|
- isprepay = #{record.isprepay,jdbcType=BIT},
|
|
|
- useAmount = #{record.useamount,jdbcType=INTEGER},
|
|
|
- expire_time = #{record.expireTime,jdbcType=TIMESTAMP},
|
|
|
- openId = #{record.openid,jdbcType=VARCHAR},
|
|
|
- add_time = #{record.addTime,jdbcType=TIMESTAMP},
|
|
|
- update_time = #{record.updateTime,jdbcType=TIMESTAMP},
|
|
|
- deleted = #{record.deleted,jdbcType=BIT}
|
|
|
- <if test="_parameter != null">
|
|
|
- <include refid="Update_By_Example_Where_Clause" />
|
|
|
- </if>
|
|
|
- </update>
|
|
|
- <update id="updateByPrimaryKeySelective" parameterType="org.linlinjava.litemall.db.domain.LitemallUserFormid">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- update litemall_user_formid
|
|
|
- <set>
|
|
|
- <if test="formid != null">
|
|
|
- formId = #{formid,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="isprepay != null">
|
|
|
- isprepay = #{isprepay,jdbcType=BIT},
|
|
|
- </if>
|
|
|
- <if test="useamount != null">
|
|
|
- useAmount = #{useamount,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="expireTime != null">
|
|
|
- expire_time = #{expireTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="openid != null">
|
|
|
- openId = #{openid,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="addTime != null">
|
|
|
- add_time = #{addTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="updateTime != null">
|
|
|
- update_time = #{updateTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="deleted != null">
|
|
|
- deleted = #{deleted,jdbcType=BIT},
|
|
|
- </if>
|
|
|
- </set>
|
|
|
- where id = #{id,jdbcType=INTEGER}
|
|
|
- </update>
|
|
|
- <update id="updateByPrimaryKey" parameterType="org.linlinjava.litemall.db.domain.LitemallUserFormid">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- update litemall_user_formid
|
|
|
- set formId = #{formid,jdbcType=VARCHAR},
|
|
|
- isprepay = #{isprepay,jdbcType=BIT},
|
|
|
- useAmount = #{useamount,jdbcType=INTEGER},
|
|
|
- expire_time = #{expireTime,jdbcType=TIMESTAMP},
|
|
|
- openId = #{openid,jdbcType=VARCHAR},
|
|
|
- add_time = #{addTime,jdbcType=TIMESTAMP},
|
|
|
- update_time = #{updateTime,jdbcType=TIMESTAMP},
|
|
|
- deleted = #{deleted,jdbcType=BIT}
|
|
|
- where id = #{id,jdbcType=INTEGER}
|
|
|
- </update>
|
|
|
- <select id="selectOneByExample" parameterType="org.linlinjava.litemall.db.domain.LitemallUserFormidExample" resultMap="BaseResultMap">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- select
|
|
|
- <include refid="Base_Column_List" />
|
|
|
- from litemall_user_formid
|
|
|
- <if test="_parameter != null">
|
|
|
- <include refid="Example_Where_Clause" />
|
|
|
- </if>
|
|
|
- <if test="orderByClause != null">
|
|
|
- order by ${orderByClause}
|
|
|
- </if>
|
|
|
- limit 1
|
|
|
- </select>
|
|
|
- <select id="selectOneByExampleSelective" parameterType="map" resultMap="BaseResultMap">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- select
|
|
|
- <choose>
|
|
|
- <when test="selective != null and selective.length > 0">
|
|
|
- <foreach collection="selective" item="column" separator=",">
|
|
|
- ${column.aliasedEscapedColumnName}
|
|
|
- </foreach>
|
|
|
- </when>
|
|
|
- <otherwise>
|
|
|
- <include refid="Base_Column_List" />
|
|
|
- </otherwise>
|
|
|
- </choose>
|
|
|
- from litemall_user_formid
|
|
|
- <if test="_parameter != null">
|
|
|
- <include refid="Update_By_Example_Where_Clause" />
|
|
|
- </if>
|
|
|
- <if test="example.orderByClause != null">
|
|
|
- order by ${example.orderByClause}
|
|
|
- </if>
|
|
|
- limit 1
|
|
|
- </select>
|
|
|
- <update id="logicalDeleteByExample" parameterType="map">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- update litemall_user_formid set deleted = 1
|
|
|
- <if test="_parameter != null">
|
|
|
- <include refid="Update_By_Example_Where_Clause" />
|
|
|
- </if>
|
|
|
- </update>
|
|
|
- <update id="logicalDeleteByPrimaryKey" parameterType="java.lang.Integer">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- -->
|
|
|
- update litemall_user_formid set deleted = 1
|
|
|
- where id = #{id,jdbcType=INTEGER}
|
|
|
- </update>
|
|
|
-</mapper>
|