|
|
@@ -0,0 +1,774 @@
|
|
|
+<?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.LitemallFeedbackMapper">
|
|
|
+ <resultMap id="BaseResultMap" type="org.linlinjava.litemall.db.domain.LitemallFeedback">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ <id column="id" jdbcType="INTEGER" property="id" />
|
|
|
+ <result column="user_id" jdbcType="INTEGER" property="userId" />
|
|
|
+ <result column="username" jdbcType="VARCHAR" property="username" />
|
|
|
+ <result column="mobile" jdbcType="VARCHAR" property="mobile" />
|
|
|
+ <result column="feed_type" jdbcType="VARCHAR" property="feedType" />
|
|
|
+ <result column="content" jdbcType="VARCHAR" property="content" />
|
|
|
+ <result column="status" jdbcType="INTEGER" property="status" />
|
|
|
+ <result column="has_picture" jdbcType="BIT" property="hasPicture" />
|
|
|
+ <result column="pic_urls" jdbcType="VARCHAR" property="picUrls" typeHandler="org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler" />
|
|
|
+ <result column="add_time" jdbcType="TIMESTAMP" property="addTime" />
|
|
|
+ <result column="deleted" jdbcType="BIT" property="deleted" />
|
|
|
+ <result column="version" jdbcType="INTEGER" property="version" />
|
|
|
+ </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>
|
|
|
+ <foreach collection="criteria.picUrlsCriteria" item="criterion">
|
|
|
+ <choose>
|
|
|
+ <when test="criterion.noValue">
|
|
|
+ and ${criterion.condition}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.singleValue">
|
|
|
+ and ${criterion.condition} #{criterion.value,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.betweenValue">
|
|
|
+ and ${criterion.condition} #{criterion.value,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler} and #{criterion.secondValue,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.listValue">
|
|
|
+ and ${criterion.condition}
|
|
|
+ <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
|
|
|
+ #{listItem,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler}
|
|
|
+ </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 close=")" collection="example.oredCriteria" item="criteria" open="and (" 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>
|
|
|
+ <foreach collection="criteria.picUrlsCriteria" item="criterion">
|
|
|
+ <choose>
|
|
|
+ <when test="criterion.noValue">
|
|
|
+ and ${criterion.condition}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.singleValue">
|
|
|
+ and ${criterion.condition} #{criterion.value,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.betweenValue">
|
|
|
+ and ${criterion.condition} #{criterion.value,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler} and #{criterion.secondValue,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.listValue">
|
|
|
+ and ${criterion.condition}
|
|
|
+ <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
|
|
|
+ #{listItem,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler}
|
|
|
+ </foreach>
|
|
|
+ </when>
|
|
|
+ </choose>
|
|
|
+ </foreach>
|
|
|
+ </trim>
|
|
|
+ </if>
|
|
|
+ </foreach>
|
|
|
+ </where>
|
|
|
+ </sql>
|
|
|
+ <sql id="Update_By_Example_With_Version_Where_Clause">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ @project https://github.com/itfsw/mybatis-generator-plugin
|
|
|
+ -->
|
|
|
+ <where >
|
|
|
+ version = #{version,jdbcType=INTEGER}
|
|
|
+ <if test="example.oredCriteria.size() > 0">
|
|
|
+ <foreach close=")" collection="example.oredCriteria" item="criteria" open="and (" 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>
|
|
|
+ <foreach collection="criteria.picUrlsCriteria" item="criterion">
|
|
|
+ <choose>
|
|
|
+ <when test="criterion.noValue">
|
|
|
+ and ${criterion.condition}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.singleValue">
|
|
|
+ and ${criterion.condition} #{criterion.value,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.betweenValue">
|
|
|
+ and ${criterion.condition} #{criterion.value,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler} and #{criterion.secondValue,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler}
|
|
|
+ </when>
|
|
|
+ <when test="criterion.listValue">
|
|
|
+ and ${criterion.condition}
|
|
|
+ <foreach close=")" collection="criterion.value" item="listItem" open="(" separator=",">
|
|
|
+ #{listItem,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler}
|
|
|
+ </foreach>
|
|
|
+ </when>
|
|
|
+ </choose>
|
|
|
+ </foreach>
|
|
|
+ </trim>
|
|
|
+ </if>
|
|
|
+ </foreach>
|
|
|
+ </if>
|
|
|
+ </where >
|
|
|
+ </sql>
|
|
|
+ <sql id="Base_Column_List">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ id, user_id, username, mobile, feed_type, content, `status`, has_picture, pic_urls,
|
|
|
+ add_time, deleted, version
|
|
|
+ </sql>
|
|
|
+ <select id="selectByExample" parameterType="org.linlinjava.litemall.db.domain.LitemallFeedbackExample" 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_feedback
|
|
|
+ <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.
|
|
|
+ @project https://github.com/itfsw/mybatis-generator-plugin
|
|
|
+ -->
|
|
|
+ select
|
|
|
+ <if test="example.distinct">
|
|
|
+ distinct
|
|
|
+ </if>
|
|
|
+ <choose>
|
|
|
+ <when test="selective != null and selective.length > 0">
|
|
|
+ <foreach collection="selective" item="column" separator=",">
|
|
|
+ ${column.escapedColumnName}
|
|
|
+ </foreach>
|
|
|
+ </when>
|
|
|
+ <otherwise>
|
|
|
+ id, user_id, username, mobile, feed_type, content, `status`, has_picture, pic_urls,
|
|
|
+ add_time, deleted, version
|
|
|
+ </otherwise>
|
|
|
+ </choose>
|
|
|
+ from litemall_feedback
|
|
|
+ <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_feedback
|
|
|
+ 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.
|
|
|
+ @project https://github.com/itfsw/mybatis-generator-plugin
|
|
|
+ -->
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ select
|
|
|
+ <include refid="Base_Column_List" />
|
|
|
+ from litemall_feedback
|
|
|
+ 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.
|
|
|
+ @project https://github.com/itfsw/mybatis-generator-plugin
|
|
|
+ -->
|
|
|
+ select
|
|
|
+ <choose>
|
|
|
+ <when test="selective != null and selective.length > 0">
|
|
|
+ <foreach collection="selective" item="column" separator=",">
|
|
|
+ ${column.escapedColumnName}
|
|
|
+ </foreach>
|
|
|
+ </when>
|
|
|
+ <otherwise>
|
|
|
+ id, user_id, username, mobile, feed_type, content, `status`, has_picture, pic_urls,
|
|
|
+ add_time, deleted, version
|
|
|
+ </otherwise>
|
|
|
+ </choose>
|
|
|
+ from litemall_feedback
|
|
|
+ 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_feedback
|
|
|
+ where id = #{id,jdbcType=INTEGER}
|
|
|
+ </delete>
|
|
|
+ <delete id="deleteByExample" parameterType="org.linlinjava.litemall.db.domain.LitemallFeedbackExample">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ delete from litemall_feedback
|
|
|
+ <if test="_parameter != null">
|
|
|
+ <include refid="Example_Where_Clause" />
|
|
|
+ </if>
|
|
|
+ </delete>
|
|
|
+ <insert id="insert" parameterType="org.linlinjava.litemall.db.domain.LitemallFeedback">
|
|
|
+ <!--
|
|
|
+ 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_feedback (user_id, username, mobile,
|
|
|
+ feed_type, content, `status`,
|
|
|
+ has_picture, pic_urls,
|
|
|
+ add_time, deleted, version
|
|
|
+ )
|
|
|
+ values (#{userId,jdbcType=INTEGER}, #{username,jdbcType=VARCHAR}, #{mobile,jdbcType=VARCHAR},
|
|
|
+ #{feedType,jdbcType=VARCHAR}, #{content,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER},
|
|
|
+ #{hasPicture,jdbcType=BIT}, #{picUrls,jdbcType=VARCHAR,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler},
|
|
|
+ #{addTime,jdbcType=TIMESTAMP}, #{deleted,jdbcType=BIT}, #{version,jdbcType=INTEGER}
|
|
|
+ )
|
|
|
+ </insert>
|
|
|
+ <insert id="insertSelective" parameterType="org.linlinjava.litemall.db.domain.LitemallFeedback">
|
|
|
+ <!--
|
|
|
+ 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_feedback
|
|
|
+ <trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
+ <if test="userId != null">
|
|
|
+ user_id,
|
|
|
+ </if>
|
|
|
+ <if test="username != null">
|
|
|
+ username,
|
|
|
+ </if>
|
|
|
+ <if test="mobile != null">
|
|
|
+ mobile,
|
|
|
+ </if>
|
|
|
+ <if test="feedType != null">
|
|
|
+ feed_type,
|
|
|
+ </if>
|
|
|
+ <if test="content != null">
|
|
|
+ content,
|
|
|
+ </if>
|
|
|
+ <if test="status != null">
|
|
|
+ `status`,
|
|
|
+ </if>
|
|
|
+ <if test="hasPicture != null">
|
|
|
+ has_picture,
|
|
|
+ </if>
|
|
|
+ <if test="picUrls != null">
|
|
|
+ pic_urls,
|
|
|
+ </if>
|
|
|
+ <if test="addTime != null">
|
|
|
+ add_time,
|
|
|
+ </if>
|
|
|
+ <if test="deleted != null">
|
|
|
+ deleted,
|
|
|
+ </if>
|
|
|
+ <if test="version != null">
|
|
|
+ version,
|
|
|
+ </if>
|
|
|
+ </trim>
|
|
|
+ <trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
+ <if test="userId != null">
|
|
|
+ #{userId,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="username != null">
|
|
|
+ #{username,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="mobile != null">
|
|
|
+ #{mobile,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="feedType != null">
|
|
|
+ #{feedType,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="content != null">
|
|
|
+ #{content,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="status != null">
|
|
|
+ #{status,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="hasPicture != null">
|
|
|
+ #{hasPicture,jdbcType=BIT},
|
|
|
+ </if>
|
|
|
+ <if test="picUrls != null">
|
|
|
+ #{picUrls,jdbcType=VARCHAR,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler},
|
|
|
+ </if>
|
|
|
+ <if test="addTime != null">
|
|
|
+ #{addTime,jdbcType=TIMESTAMP},
|
|
|
+ </if>
|
|
|
+ <if test="deleted != null">
|
|
|
+ #{deleted,jdbcType=BIT},
|
|
|
+ </if>
|
|
|
+ <if test="version != null">
|
|
|
+ #{version,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ </trim>
|
|
|
+ </insert>
|
|
|
+ <select id="countByExample" parameterType="org.linlinjava.litemall.db.domain.LitemallFeedbackExample" resultType="java.lang.Long">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ select count(*) from litemall_feedback
|
|
|
+ <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_feedback
|
|
|
+ <set>
|
|
|
+ <if test="record.id != null">
|
|
|
+ id = #{record.id,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="record.userId != null">
|
|
|
+ user_id = #{record.userId,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="record.username != null">
|
|
|
+ username = #{record.username,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.mobile != null">
|
|
|
+ mobile = #{record.mobile,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.feedType != null">
|
|
|
+ feed_type = #{record.feedType,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.content != null">
|
|
|
+ content = #{record.content,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.status != null">
|
|
|
+ `status` = #{record.status,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="record.hasPicture != null">
|
|
|
+ has_picture = #{record.hasPicture,jdbcType=BIT},
|
|
|
+ </if>
|
|
|
+ <if test="record.picUrls != null">
|
|
|
+ pic_urls = #{record.picUrls,jdbcType=VARCHAR,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler},
|
|
|
+ </if>
|
|
|
+ <if test="record.addTime != null">
|
|
|
+ add_time = #{record.addTime,jdbcType=TIMESTAMP},
|
|
|
+ </if>
|
|
|
+ <if test="record.deleted != null">
|
|
|
+ deleted = #{record.deleted,jdbcType=BIT},
|
|
|
+ </if>
|
|
|
+ <if test="record.version != null">
|
|
|
+ version = #{record.version,jdbcType=INTEGER},
|
|
|
+ </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_feedback
|
|
|
+ set id = #{record.id,jdbcType=INTEGER},
|
|
|
+ user_id = #{record.userId,jdbcType=INTEGER},
|
|
|
+ username = #{record.username,jdbcType=VARCHAR},
|
|
|
+ mobile = #{record.mobile,jdbcType=VARCHAR},
|
|
|
+ feed_type = #{record.feedType,jdbcType=VARCHAR},
|
|
|
+ content = #{record.content,jdbcType=VARCHAR},
|
|
|
+ `status` = #{record.status,jdbcType=INTEGER},
|
|
|
+ has_picture = #{record.hasPicture,jdbcType=BIT},
|
|
|
+ pic_urls = #{record.picUrls,jdbcType=VARCHAR,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler},
|
|
|
+ add_time = #{record.addTime,jdbcType=TIMESTAMP},
|
|
|
+ deleted = #{record.deleted,jdbcType=BIT},
|
|
|
+ version = #{record.version,jdbcType=INTEGER}
|
|
|
+ <if test="_parameter != null">
|
|
|
+ <include refid="Update_By_Example_Where_Clause" />
|
|
|
+ </if>
|
|
|
+ </update>
|
|
|
+ <update id="updateByPrimaryKeySelective" parameterType="org.linlinjava.litemall.db.domain.LitemallFeedback">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ update litemall_feedback
|
|
|
+ <set>
|
|
|
+ <if test="userId != null">
|
|
|
+ user_id = #{userId,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="username != null">
|
|
|
+ username = #{username,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="mobile != null">
|
|
|
+ mobile = #{mobile,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="feedType != null">
|
|
|
+ feed_type = #{feedType,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="content != null">
|
|
|
+ content = #{content,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="status != null">
|
|
|
+ `status` = #{status,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="hasPicture != null">
|
|
|
+ has_picture = #{hasPicture,jdbcType=BIT},
|
|
|
+ </if>
|
|
|
+ <if test="picUrls != null">
|
|
|
+ pic_urls = #{picUrls,jdbcType=VARCHAR,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler},
|
|
|
+ </if>
|
|
|
+ <if test="addTime != null">
|
|
|
+ add_time = #{addTime,jdbcType=TIMESTAMP},
|
|
|
+ </if>
|
|
|
+ <if test="deleted != null">
|
|
|
+ deleted = #{deleted,jdbcType=BIT},
|
|
|
+ </if>
|
|
|
+ <if test="version != null">
|
|
|
+ version = #{version,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ </set>
|
|
|
+ where id = #{id,jdbcType=INTEGER}
|
|
|
+ </update>
|
|
|
+ <update id="updateByPrimaryKey" parameterType="org.linlinjava.litemall.db.domain.LitemallFeedback">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ -->
|
|
|
+ update litemall_feedback
|
|
|
+ set user_id = #{userId,jdbcType=INTEGER},
|
|
|
+ username = #{username,jdbcType=VARCHAR},
|
|
|
+ mobile = #{mobile,jdbcType=VARCHAR},
|
|
|
+ feed_type = #{feedType,jdbcType=VARCHAR},
|
|
|
+ content = #{content,jdbcType=VARCHAR},
|
|
|
+ `status` = #{status,jdbcType=INTEGER},
|
|
|
+ has_picture = #{hasPicture,jdbcType=BIT},
|
|
|
+ pic_urls = #{picUrls,jdbcType=VARCHAR,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler},
|
|
|
+ add_time = #{addTime,jdbcType=TIMESTAMP},
|
|
|
+ deleted = #{deleted,jdbcType=BIT},
|
|
|
+ version = #{version,jdbcType=INTEGER}
|
|
|
+ where id = #{id,jdbcType=INTEGER}
|
|
|
+ </update>
|
|
|
+ <select id="selectOneByExample" parameterType="org.linlinjava.litemall.db.domain.LitemallFeedbackExample" resultMap="BaseResultMap">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ @project https://github.com/itfsw/mybatis-generator-plugin
|
|
|
+ -->
|
|
|
+ select
|
|
|
+ <include refid="Base_Column_List" />
|
|
|
+ from litemall_feedback
|
|
|
+ <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.
|
|
|
+ @project https://github.com/itfsw/mybatis-generator-plugin
|
|
|
+ -->
|
|
|
+ select
|
|
|
+ <choose>
|
|
|
+ <when test="selective != null and selective.length > 0">
|
|
|
+ <foreach collection="selective" item="column" separator=",">
|
|
|
+ ${column.escapedColumnName}
|
|
|
+ </foreach>
|
|
|
+ </when>
|
|
|
+ <otherwise>
|
|
|
+ id, user_id, username, mobile, feed_type, content, `status`, has_picture, pic_urls,
|
|
|
+ add_time, deleted, version
|
|
|
+ </otherwise>
|
|
|
+ </choose>
|
|
|
+ from litemall_feedback
|
|
|
+ <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.
|
|
|
+ @project https://github.com/itfsw/mybatis-generator-plugin
|
|
|
+ -->
|
|
|
+ update litemall_feedback 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.
|
|
|
+ @project https://github.com/itfsw/mybatis-generator-plugin
|
|
|
+ -->
|
|
|
+ update litemall_feedback set deleted = 1
|
|
|
+ where id = #{id,jdbcType=INTEGER}
|
|
|
+ </update>
|
|
|
+ <delete id="deleteWithVersionByPrimaryKey" parameterType="map">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ @project https://github.com/itfsw/mybatis-generator-plugin
|
|
|
+ -->
|
|
|
+ delete from litemall_feedback
|
|
|
+ where version = #{version,jdbcType=INTEGER}
|
|
|
+ and id = #{key,jdbcType=INTEGER}
|
|
|
+ </delete>
|
|
|
+ <delete id="deleteWithVersionByExample" parameterType="map">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ @project https://github.com/itfsw/mybatis-generator-plugin
|
|
|
+ -->
|
|
|
+ delete from litemall_feedback
|
|
|
+ <if test="_parameter != null">
|
|
|
+ <include refid="Update_By_Example_With_Version_Where_Clause" />
|
|
|
+ </if>
|
|
|
+ </delete>
|
|
|
+ <update id="updateWithVersionByExample" parameterType="map">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ @project https://github.com/itfsw/mybatis-generator-plugin
|
|
|
+ -->
|
|
|
+ update litemall_feedback
|
|
|
+ set version = version + 1,
|
|
|
+ id = #{record.id,jdbcType=INTEGER},
|
|
|
+ user_id = #{record.userId,jdbcType=INTEGER},
|
|
|
+ username = #{record.username,jdbcType=VARCHAR},
|
|
|
+ mobile = #{record.mobile,jdbcType=VARCHAR},
|
|
|
+ feed_type = #{record.feedType,jdbcType=VARCHAR},
|
|
|
+ content = #{record.content,jdbcType=VARCHAR},
|
|
|
+ `status` = #{record.status,jdbcType=INTEGER},
|
|
|
+ has_picture = #{record.hasPicture,jdbcType=BIT},
|
|
|
+ pic_urls = #{record.picUrls,jdbcType=VARCHAR,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler},
|
|
|
+ add_time = #{record.addTime,jdbcType=TIMESTAMP},
|
|
|
+ deleted = #{record.deleted,jdbcType=BIT}
|
|
|
+ <if test="_parameter != null">
|
|
|
+ <include refid="Update_By_Example_With_Version_Where_Clause" />
|
|
|
+ </if>
|
|
|
+ </update>
|
|
|
+ <update id="updateWithVersionByExampleSelective" parameterType="map">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ @project https://github.com/itfsw/mybatis-generator-plugin
|
|
|
+ -->
|
|
|
+ update litemall_feedback
|
|
|
+ <set>
|
|
|
+ <trim suffixOverrides=",">
|
|
|
+ version = version + 1,
|
|
|
+ <if test="record.id != null">
|
|
|
+ id = #{record.id,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="record.userId != null">
|
|
|
+ user_id = #{record.userId,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="record.username != null">
|
|
|
+ username = #{record.username,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.mobile != null">
|
|
|
+ mobile = #{record.mobile,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.feedType != null">
|
|
|
+ feed_type = #{record.feedType,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.content != null">
|
|
|
+ content = #{record.content,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.status != null">
|
|
|
+ `status` = #{record.status,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="record.hasPicture != null">
|
|
|
+ has_picture = #{record.hasPicture,jdbcType=BIT},
|
|
|
+ </if>
|
|
|
+ <if test="record.picUrls != null">
|
|
|
+ pic_urls = #{record.picUrls,jdbcType=VARCHAR,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler},
|
|
|
+ </if>
|
|
|
+ <if test="record.addTime != null">
|
|
|
+ add_time = #{record.addTime,jdbcType=TIMESTAMP},
|
|
|
+ </if>
|
|
|
+ <if test="record.deleted != null">
|
|
|
+ deleted = #{record.deleted,jdbcType=BIT},
|
|
|
+ </if>
|
|
|
+ </trim>
|
|
|
+ </set>
|
|
|
+ <if test="_parameter != null">
|
|
|
+ <include refid="Update_By_Example_With_Version_Where_Clause" />
|
|
|
+ </if>
|
|
|
+ </update>
|
|
|
+ <update id="updateWithVersionByPrimaryKey" parameterType="map">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ @project https://github.com/itfsw/mybatis-generator-plugin
|
|
|
+ -->
|
|
|
+ update litemall_feedback
|
|
|
+ set version = version + 1,
|
|
|
+ user_id = #{record.userId,jdbcType=INTEGER},
|
|
|
+ username = #{record.username,jdbcType=VARCHAR},
|
|
|
+ mobile = #{record.mobile,jdbcType=VARCHAR},
|
|
|
+ feed_type = #{record.feedType,jdbcType=VARCHAR},
|
|
|
+ content = #{record.content,jdbcType=VARCHAR},
|
|
|
+ `status` = #{record.status,jdbcType=INTEGER},
|
|
|
+ has_picture = #{record.hasPicture,jdbcType=BIT},
|
|
|
+ pic_urls = #{record.picUrls,jdbcType=VARCHAR,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler},
|
|
|
+ add_time = #{record.addTime,jdbcType=TIMESTAMP},
|
|
|
+ deleted = #{record.deleted,jdbcType=BIT}
|
|
|
+ where version = #{version,jdbcType=INTEGER}
|
|
|
+ and id = #{record.id,jdbcType=INTEGER}
|
|
|
+ </update>
|
|
|
+ <update id="updateWithVersionByPrimaryKeySelective" parameterType="map">
|
|
|
+ <!--
|
|
|
+ WARNING - @mbg.generated
|
|
|
+ This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
+ @project https://github.com/itfsw/mybatis-generator-plugin
|
|
|
+ -->
|
|
|
+ update litemall_feedback
|
|
|
+ <set>
|
|
|
+ <trim suffixOverrides=",">
|
|
|
+ version = version + 1,
|
|
|
+ <if test="record.userId != null">
|
|
|
+ user_id = #{record.userId,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="record.username != null">
|
|
|
+ username = #{record.username,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.mobile != null">
|
|
|
+ mobile = #{record.mobile,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.feedType != null">
|
|
|
+ feed_type = #{record.feedType,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.content != null">
|
|
|
+ content = #{record.content,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="record.status != null">
|
|
|
+ `status` = #{record.status,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="record.hasPicture != null">
|
|
|
+ has_picture = #{record.hasPicture,jdbcType=BIT},
|
|
|
+ </if>
|
|
|
+ <if test="record.picUrls != null">
|
|
|
+ pic_urls = #{record.picUrls,jdbcType=VARCHAR,typeHandler=org.linlinjava.litemall.db.mybatis.JsonStringArrayTypeHandler},
|
|
|
+ </if>
|
|
|
+ <if test="record.addTime != null">
|
|
|
+ add_time = #{record.addTime,jdbcType=TIMESTAMP},
|
|
|
+ </if>
|
|
|
+ <if test="record.deleted != null">
|
|
|
+ deleted = #{record.deleted,jdbcType=BIT},
|
|
|
+ </if>
|
|
|
+ </trim>
|
|
|
+ </set>
|
|
|
+ where version = #{version,jdbcType=INTEGER}
|
|
|
+ and id = #{record.id,jdbcType=INTEGER}
|
|
|
+ </update>
|
|
|
+</mapper>
|