|
|
@@ -2,11 +2,6 @@
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
<mapper namespace="com.goafanti.common.dao.TChangeTaskMapper">
|
|
|
<resultMap id="BaseResultMap" type="com.goafanti.common.model.TChangeTask">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Fri Oct 16 15:53:59 CST 2020.
|
|
|
- -->
|
|
|
<id column="id" jdbcType="INTEGER" property="id" />
|
|
|
<result column="tid" jdbcType="INTEGER" property="tid" />
|
|
|
<result column="cid" jdbcType="INTEGER" property="cid" />
|
|
|
@@ -24,160 +19,45 @@
|
|
|
<result column="receiver_name" jdbcType="VARCHAR" property="receiverName" />
|
|
|
<result column="official_cost" jdbcType="INTEGER" property="officialCost" />
|
|
|
<result column="cost_reduction" jdbcType="INTEGER" property="costReduction" />
|
|
|
+ <result column="service_life" jdbcType="VARCHAR" property="serviceLife" />
|
|
|
+ <result column="service_year" jdbcType="VARCHAR" property="serviceYear" />
|
|
|
+ <result column="year_sum" jdbcType="INTEGER" property="yearSum" />
|
|
|
+ <result column="picture_url" jdbcType="VARCHAR" property="pictureUrl" />
|
|
|
</resultMap>
|
|
|
- <sql id="Example_Where_Clause">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Fri Oct 16 15:53:59 CST 2020.
|
|
|
- -->
|
|
|
- <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.
|
|
|
- This element was generated on Fri Oct 16 15:54:00 CST 2020.
|
|
|
- -->
|
|
|
- <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.
|
|
|
- This element was generated on Fri Oct 16 15:54:00 CST 2020.
|
|
|
- -->
|
|
|
id, tid, cid, order_no, main, commodity_id, commodity_name, commodity_quantity, commodity_price,
|
|
|
- task_comment, type, create_time, split_status, split_super, receiver_name, official_cost,
|
|
|
- cost_reduction
|
|
|
+ task_comment, `type`, create_time, split_status, split_super, receiver_name, official_cost,
|
|
|
+ cost_reduction, service_life, service_year, year_sum, picture_url
|
|
|
</sql>
|
|
|
- <select id="selectByExample" parameterType="com.goafanti.common.model.TChangeTaskExample" resultMap="BaseResultMap">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Fri Oct 16 15:54:00 CST 2020.
|
|
|
- -->
|
|
|
- select
|
|
|
- <if test="distinct">
|
|
|
- distinct
|
|
|
- </if>
|
|
|
- <include refid="Base_Column_List" />
|
|
|
- from t_change_task
|
|
|
- <if test="_parameter != null">
|
|
|
- <include refid="Example_Where_Clause" />
|
|
|
- </if>
|
|
|
- <if test="orderByClause != null">
|
|
|
- order by ${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.
|
|
|
- This element was generated on Fri Oct 16 15:54:00 CST 2020.
|
|
|
- -->
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from t_change_task
|
|
|
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.
|
|
|
- This element was generated on Fri Oct 16 15:54:00 CST 2020.
|
|
|
- -->
|
|
|
delete from t_change_task
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</delete>
|
|
|
- <delete id="deleteByExample" parameterType="com.goafanti.common.model.TChangeTaskExample">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Fri Oct 16 15:54:00 CST 2020.
|
|
|
- -->
|
|
|
- delete from t_change_task
|
|
|
- <if test="_parameter != null">
|
|
|
- <include refid="Example_Where_Clause" />
|
|
|
- </if>
|
|
|
- </delete>
|
|
|
<insert id="insert" parameterType="com.goafanti.common.model.TChangeTask">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Fri Oct 16 15:54:00 CST 2020.
|
|
|
- -->
|
|
|
insert into t_change_task (id, tid, cid,
|
|
|
order_no, main, commodity_id,
|
|
|
commodity_name, commodity_quantity, commodity_price,
|
|
|
- task_comment, type, create_time,
|
|
|
+ task_comment, `type`, create_time,
|
|
|
split_status, split_super, receiver_name,
|
|
|
- official_cost, cost_reduction)
|
|
|
+ official_cost, cost_reduction, service_life,
|
|
|
+ service_year, year_sum, picture_url
|
|
|
+ )
|
|
|
values (#{id,jdbcType=INTEGER}, #{tid,jdbcType=INTEGER}, #{cid,jdbcType=INTEGER},
|
|
|
#{orderNo,jdbcType=VARCHAR}, #{main,jdbcType=INTEGER}, #{commodityId,jdbcType=VARCHAR},
|
|
|
#{commodityName,jdbcType=VARCHAR}, #{commodityQuantity,jdbcType=INTEGER}, #{commodityPrice,jdbcType=DECIMAL},
|
|
|
#{taskComment,jdbcType=VARCHAR}, #{type,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP},
|
|
|
#{splitStatus,jdbcType=INTEGER}, #{splitSuper,jdbcType=INTEGER}, #{receiverName,jdbcType=VARCHAR},
|
|
|
- #{officialCost,jdbcType=INTEGER}, #{costReduction,jdbcType=INTEGER})
|
|
|
+ #{officialCost,jdbcType=INTEGER}, #{costReduction,jdbcType=INTEGER}, #{serviceLife,jdbcType=VARCHAR},
|
|
|
+ #{serviceYear,jdbcType=VARCHAR}, #{yearSum,jdbcType=INTEGER}, #{pictureUrl,jdbcType=VARCHAR}
|
|
|
+ )
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.goafanti.common.model.TChangeTask">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Fri Oct 16 15:54:00 CST 2020.
|
|
|
- -->
|
|
|
insert into t_change_task
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">
|
|
|
@@ -211,7 +91,7 @@
|
|
|
task_comment,
|
|
|
</if>
|
|
|
<if test="type != null">
|
|
|
- type,
|
|
|
+ `type`,
|
|
|
</if>
|
|
|
<if test="createTime != null">
|
|
|
create_time,
|
|
|
@@ -231,6 +111,18 @@
|
|
|
<if test="costReduction != null">
|
|
|
cost_reduction,
|
|
|
</if>
|
|
|
+ <if test="serviceLife != null">
|
|
|
+ service_life,
|
|
|
+ </if>
|
|
|
+ <if test="serviceYear != null">
|
|
|
+ service_year,
|
|
|
+ </if>
|
|
|
+ <if test="yearSum != null">
|
|
|
+ year_sum,
|
|
|
+ </if>
|
|
|
+ <if test="pictureUrl != null">
|
|
|
+ picture_url,
|
|
|
+ </if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">
|
|
|
@@ -284,117 +176,21 @@
|
|
|
<if test="costReduction != null">
|
|
|
#{costReduction,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- </trim>
|
|
|
- </insert>
|
|
|
- <select id="countByExample" parameterType="com.goafanti.common.model.TChangeTaskExample" resultType="java.lang.Long">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Fri Oct 16 15:54:00 CST 2020.
|
|
|
- -->
|
|
|
- select count(*) from t_change_task
|
|
|
- <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.
|
|
|
- This element was generated on Fri Oct 16 15:54:00 CST 2020.
|
|
|
- -->
|
|
|
- update t_change_task
|
|
|
- <set>
|
|
|
- <if test="record.id != null">
|
|
|
- id = #{record.id,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="record.tid != null">
|
|
|
- tid = #{record.tid,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="record.cid != null">
|
|
|
- cid = #{record.cid,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="record.orderNo != null">
|
|
|
- order_no = #{record.orderNo,jdbcType=VARCHAR},
|
|
|
+ <if test="serviceLife != null">
|
|
|
+ #{serviceLife,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.main != null">
|
|
|
- main = #{record.main,jdbcType=INTEGER},
|
|
|
+ <if test="serviceYear != null">
|
|
|
+ #{serviceYear,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.commodityId != null">
|
|
|
- commodity_id = #{record.commodityId,jdbcType=VARCHAR},
|
|
|
+ <if test="yearSum != null">
|
|
|
+ #{yearSum,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
- <if test="record.commodityName != null">
|
|
|
- commodity_name = #{record.commodityName,jdbcType=VARCHAR},
|
|
|
+ <if test="pictureUrl != null">
|
|
|
+ #{pictureUrl,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
- <if test="record.commodityQuantity != null">
|
|
|
- commodity_quantity = #{record.commodityQuantity,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="record.commodityPrice != null">
|
|
|
- commodity_price = #{record.commodityPrice,jdbcType=DECIMAL},
|
|
|
- </if>
|
|
|
- <if test="record.taskComment != null">
|
|
|
- task_comment = #{record.taskComment,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="record.type != null">
|
|
|
- type = #{record.type,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="record.createTime != null">
|
|
|
- create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
|
|
- </if>
|
|
|
- <if test="record.splitStatus != null">
|
|
|
- split_status = #{record.splitStatus,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="record.splitSuper != null">
|
|
|
- split_super = #{record.splitSuper,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="record.receiverName != null">
|
|
|
- receiver_name = #{record.receiverName,jdbcType=VARCHAR},
|
|
|
- </if>
|
|
|
- <if test="record.officialCost != null">
|
|
|
- official_cost = #{record.officialCost,jdbcType=INTEGER},
|
|
|
- </if>
|
|
|
- <if test="record.costReduction != null">
|
|
|
- cost_reduction = #{record.costReduction,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.
|
|
|
- This element was generated on Fri Oct 16 15:54:00 CST 2020.
|
|
|
- -->
|
|
|
- update t_change_task
|
|
|
- set id = #{record.id,jdbcType=INTEGER},
|
|
|
- tid = #{record.tid,jdbcType=INTEGER},
|
|
|
- cid = #{record.cid,jdbcType=INTEGER},
|
|
|
- order_no = #{record.orderNo,jdbcType=VARCHAR},
|
|
|
- main = #{record.main,jdbcType=INTEGER},
|
|
|
- commodity_id = #{record.commodityId,jdbcType=VARCHAR},
|
|
|
- commodity_name = #{record.commodityName,jdbcType=VARCHAR},
|
|
|
- commodity_quantity = #{record.commodityQuantity,jdbcType=INTEGER},
|
|
|
- commodity_price = #{record.commodityPrice,jdbcType=DECIMAL},
|
|
|
- task_comment = #{record.taskComment,jdbcType=VARCHAR},
|
|
|
- type = #{record.type,jdbcType=INTEGER},
|
|
|
- create_time = #{record.createTime,jdbcType=TIMESTAMP},
|
|
|
- split_status = #{record.splitStatus,jdbcType=INTEGER},
|
|
|
- split_super = #{record.splitSuper,jdbcType=INTEGER},
|
|
|
- receiver_name = #{record.receiverName,jdbcType=VARCHAR},
|
|
|
- official_cost = #{record.officialCost,jdbcType=INTEGER},
|
|
|
- cost_reduction = #{record.costReduction,jdbcType=INTEGER}
|
|
|
- <if test="_parameter != null">
|
|
|
- <include refid="Update_By_Example_Where_Clause" />
|
|
|
- </if>
|
|
|
- </update>
|
|
|
+ </trim>
|
|
|
+ </insert>
|
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.goafanti.common.model.TChangeTask">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Fri Oct 16 15:54:00 CST 2020.
|
|
|
- -->
|
|
|
update t_change_task
|
|
|
<set>
|
|
|
<if test="tid != null">
|
|
|
@@ -425,7 +221,7 @@
|
|
|
task_comment = #{taskComment,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="type != null">
|
|
|
- type = #{type,jdbcType=INTEGER},
|
|
|
+ `type` = #{type,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
<if test="createTime != null">
|
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
@@ -445,15 +241,22 @@
|
|
|
<if test="costReduction != null">
|
|
|
cost_reduction = #{costReduction,jdbcType=INTEGER},
|
|
|
</if>
|
|
|
+ <if test="serviceLife != null">
|
|
|
+ service_life = #{serviceLife,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="serviceYear != null">
|
|
|
+ service_year = #{serviceYear,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
+ <if test="yearSum != null">
|
|
|
+ year_sum = #{yearSum,jdbcType=INTEGER},
|
|
|
+ </if>
|
|
|
+ <if test="pictureUrl != null">
|
|
|
+ picture_url = #{pictureUrl,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
</set>
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</update>
|
|
|
<update id="updateByPrimaryKey" parameterType="com.goafanti.common.model.TChangeTask">
|
|
|
- <!--
|
|
|
- WARNING - @mbg.generated
|
|
|
- This element is automatically generated by MyBatis Generator, do not modify.
|
|
|
- This element was generated on Fri Oct 16 15:54:00 CST 2020.
|
|
|
- -->
|
|
|
update t_change_task
|
|
|
set tid = #{tid,jdbcType=INTEGER},
|
|
|
cid = #{cid,jdbcType=INTEGER},
|
|
|
@@ -464,13 +267,17 @@
|
|
|
commodity_quantity = #{commodityQuantity,jdbcType=INTEGER},
|
|
|
commodity_price = #{commodityPrice,jdbcType=DECIMAL},
|
|
|
task_comment = #{taskComment,jdbcType=VARCHAR},
|
|
|
- type = #{type,jdbcType=INTEGER},
|
|
|
+ `type` = #{type,jdbcType=INTEGER},
|
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
|
split_status = #{splitStatus,jdbcType=INTEGER},
|
|
|
split_super = #{splitSuper,jdbcType=INTEGER},
|
|
|
receiver_name = #{receiverName,jdbcType=VARCHAR},
|
|
|
official_cost = #{officialCost,jdbcType=INTEGER},
|
|
|
- cost_reduction = #{costReduction,jdbcType=INTEGER}
|
|
|
+ cost_reduction = #{costReduction,jdbcType=INTEGER},
|
|
|
+ service_life = #{serviceLife,jdbcType=VARCHAR},
|
|
|
+ service_year = #{serviceYear,jdbcType=VARCHAR},
|
|
|
+ year_sum = #{yearSum,jdbcType=INTEGER},
|
|
|
+ picture_url = #{pictureUrl,jdbcType=VARCHAR}
|
|
|
where id = #{id,jdbcType=INTEGER}
|
|
|
</update>
|
|
|
|
|
|
@@ -478,20 +285,22 @@
|
|
|
insert into t_change_task ( tid, cid, split_status,
|
|
|
order_no, commodity_id, commodity_name,
|
|
|
commodity_quantity, commodity_price, task_comment,
|
|
|
- split_super , receiver_name, create_time)
|
|
|
+ split_super , receiver_name, create_time,service_life,
|
|
|
+ service_year, year_sum, picture_url)
|
|
|
values
|
|
|
<foreach collection="list" index="index" item="item" separator=",">
|
|
|
( #{item.tid,jdbcType=INTEGER}, #{item.cid,jdbcType=INTEGER}, #{item.splitStatus,jdbcType=INTEGER},
|
|
|
#{item.orderNo,jdbcType=VARCHAR}, #{item.commodityId,jdbcType=VARCHAR}, #{item.commodityName,jdbcType=VARCHAR},
|
|
|
#{item.commodityQuantity,jdbcType=INTEGER}, #{item.commodityPrice,jdbcType=DECIMAL}, #{item.taskComment,jdbcType=VARCHAR},
|
|
|
- #{item.splitSuper,jdbcType=INTEGER}, #{item.receiverName,jdbcType=VARCHAR}, now())
|
|
|
+ #{item.splitSuper,jdbcType=INTEGER}, #{item.receiverName,jdbcType=VARCHAR}, now(), #{item.serviceLife,jdbcType=VARCHAR},
|
|
|
+ #{item.serviceYear,jdbcType=VARCHAR}, #{item.yearSum,jdbcType=INTEGER}, #{item.pictureUrl,jdbcType=VARCHAR})
|
|
|
</foreach>
|
|
|
</insert>
|
|
|
<select id="selectByCid" resultType="com.goafanti.order.bo.TChangeTaskOut">
|
|
|
select a.id,a.order_no as orderNo,a.main, c.cname,c.sort cSort,a.commodity_name as commodityName,a.official_cost officialCost,
|
|
|
a.official_cost officialCost, a.commodity_quantity as commodityQuantity,i.price,a.commodity_id as commodityId,a.type,a.tid,
|
|
|
a.receiver_name receiverName, a.task_comment as taskComment ,a.commodity_price as commodityPrice,a.split_status splitStatus,
|
|
|
- a.split_super splitSuper
|
|
|
+ a.split_super splitSuper,a.picture_url pictureUrl, a.service_life serviceLife ,a.service_year serviceYear,a.year_sum yearSum
|
|
|
from t_change_task a left join business_project i on a.commodity_id=i.id
|
|
|
left join business_category c on i.cid=c.id
|
|
|
where 1=1
|