|
|
<?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="com.sy.mapper.LandRoadVeMapper">
|
|
|
<resultMap id="BaseResultMap" type="com.sy.model.LandRoadVe">
|
|
|
<id column="ID" jdbcType="VARCHAR" property="id" />
|
|
|
<result column="EPORT_ID" jdbcType="VARCHAR" property="eportId" />
|
|
|
<result column="MAIN_PORT" jdbcType="VARCHAR" property="mainPort" />
|
|
|
<result column="CO_CODE" jdbcType="VARCHAR" property="coCode" />
|
|
|
<result column="VE_TARGET_NO" jdbcType="VARCHAR" property="veTargetNo" />
|
|
|
<result column="DOMESTIC_LISENCE_NO" jdbcType="VARCHAR" property="domesticLisenceNo" />
|
|
|
<result column="DOMESTIC_LICENSE_COLOR" jdbcType="VARCHAR" property="domesticLicenseColor" />
|
|
|
<result column="FOREIGN_LICENSE" jdbcType="VARCHAR" property="foreignLicense" />
|
|
|
<result column="VE_REG_PLACE" jdbcType="VARCHAR" property="veRegPlace" />
|
|
|
<result column="VE_PROPERTY" jdbcType="VARCHAR" property="veProperty" />
|
|
|
<result column="VE_CONVEY_QUA" jdbcType="VARCHAR" property="veConveyQua" />
|
|
|
<result column="VE_CARD_NO" jdbcType="VARCHAR" property="veCardNo" />
|
|
|
<result column="VE_OWNER_NAME" jdbcType="VARCHAR" property="veOwnerName" />
|
|
|
<result column="VE_OWNER_NO" jdbcType="VARCHAR" property="veOwnerNo" />
|
|
|
<result column="OWNER_INSIDE_ADDR" jdbcType="VARCHAR" property="ownerInsideAddr" />
|
|
|
<result column="OWNER_INSIDE_TEL" jdbcType="VARCHAR" property="ownerInsideTel" />
|
|
|
<result column="VE_TYPE" jdbcType="VARCHAR" property="veType" />
|
|
|
<result column="BRAND" jdbcType="VARCHAR" property="brand" />
|
|
|
<result column="MODEL" jdbcType="VARCHAR" property="model" />
|
|
|
<result column="EXHAUST_CAPACITY" jdbcType="VARCHAR" property="exhaustCapacity" />
|
|
|
<result column="VE_FACTORY_DATE" jdbcType="DATE" property="veFactoryDate" />
|
|
|
<result column="VE_MOTOR_NO" jdbcType="VARCHAR" property="veMotorNo" />
|
|
|
<result column="VE_FRAME_NO" jdbcType="VARCHAR" property="veFrameNo" />
|
|
|
<result column="VE_TON" jdbcType="VARCHAR" property="veTon" />
|
|
|
<result column="SELF_WT" jdbcType="VARCHAR" property="selfWt" />
|
|
|
<result column="ALLOW_TOW_TOTAL_WT" jdbcType="VARCHAR" property="allowTowTotalWt" />
|
|
|
<result column="CONTAINER_INNER_LENGTH" jdbcType="VARCHAR" property="containerInnerLength" />
|
|
|
<result column="CONTAINER_INNER_WIDTH" jdbcType="VARCHAR" property="containerInnerWidth" />
|
|
|
<result column="CONTAINER_INNER_HEIGHT" jdbcType="VARCHAR" property="containerInnerHeight" />
|
|
|
<result column="OUTER_LENGTH" jdbcType="VARCHAR" property="outerLength" />
|
|
|
<result column="OUTER_WIDTH" jdbcType="VARCHAR" property="outerWidth" />
|
|
|
<result column="OUTER_HEIGHT" jdbcType="VARCHAR" property="outerHeight" />
|
|
|
<result column="VE_BODY_COLOR" jdbcType="VARCHAR" property="veBodyColor" />
|
|
|
<result column="OIL_BOX_CAPCITY" jdbcType="VARCHAR" property="oilBoxCapcity" />
|
|
|
<result column="ALLOW_VE_IE_PORT" jdbcType="VARCHAR" property="allowVeIePort" />
|
|
|
<result column="APPR_NO" jdbcType="VARCHAR" property="apprNo" />
|
|
|
<result column="APPR_PERIOD" jdbcType="DATE" property="apprPeriod" />
|
|
|
<result column="CURR_APPLY_BUSSINESS" jdbcType="VARCHAR" property="currApplyBussiness" />
|
|
|
<result column="FRONT_45C_PIC" jdbcType="VARCHAR" property="front45cPic" />
|
|
|
<result column="BACK_45C_PIC" jdbcType="VARCHAR" property="back45cPic" />
|
|
|
<result column="OIL_BOX_PIC" jdbcType="VARCHAR" property="oilBoxPic" />
|
|
|
<result column="VE_BOTTOM_PIC" jdbcType="VARCHAR" property="veBottomPic" />
|
|
|
<result column="MEMO" jdbcType="VARCHAR" property="memo" />
|
|
|
<result column="PROPOSER" jdbcType="VARCHAR" property="proposer" />
|
|
|
<result column="PROPOSE_TIME" jdbcType="TIMESTAMP" property="proposeTime" />
|
|
|
<result column="VE_CLASS_FLAG" jdbcType="VARCHAR" property="veClassFlag" />
|
|
|
<result column="OPERATION_TYPE" jdbcType="VARCHAR" property="operationType" />
|
|
|
<result column="TRAILER_LICENSE_NO" jdbcType="VARCHAR" property="trailerLicenseNo" />
|
|
|
<result column="TRAILER_FRAME_NO" jdbcType="VARCHAR" property="trailerFrameNo" />
|
|
|
<result column="APPRO_NO_PIC" jdbcType="VARCHAR" property="approNoPic" />
|
|
|
<result column="VE_FRAME_NO_PIC" jdbcType="VARCHAR" property="veFrameNoPic" />
|
|
|
<result column="MOTOR_NO_PIC" jdbcType="VARCHAR" property="motorNoPic" />
|
|
|
<result column="FOREIGN_LICENSE_PIC" jdbcType="VARCHAR" property="foreignLicensePic" />
|
|
|
<result column="NATIONALITY" jdbcType="VARCHAR" property="nationality" />
|
|
|
<result column="RETURNMESSAGE" jdbcType="VARCHAR" property="returnmessage" />
|
|
|
<result column="CREATE_BY" jdbcType="VARCHAR" property="createBy" />
|
|
|
<result column="CREATE_DATE" jdbcType="TIMESTAMP" property="createDate" />
|
|
|
<result column="UPDATE_BY" jdbcType="VARCHAR" property="updateBy" />
|
|
|
<result column="UPDATE_DATE" jdbcType="TIMESTAMP" property="updateDate" />
|
|
|
</resultMap>
|
|
|
<sql id="Base_Column_List">
|
|
|
ID, EPORT_ID, MAIN_PORT, CO_CODE, VE_TARGET_NO, DOMESTIC_LISENCE_NO, DOMESTIC_LICENSE_COLOR,
|
|
|
FOREIGN_LICENSE, VE_REG_PLACE, VE_PROPERTY, VE_CONVEY_QUA, VE_CARD_NO, VE_OWNER_NAME,
|
|
|
VE_OWNER_NO, OWNER_INSIDE_ADDR, OWNER_INSIDE_TEL, VE_TYPE, BRAND, MODEL, EXHAUST_CAPACITY,
|
|
|
VE_FACTORY_DATE, VE_MOTOR_NO, VE_FRAME_NO, VE_TON, SELF_WT, ALLOW_TOW_TOTAL_WT, CONTAINER_INNER_LENGTH,
|
|
|
CONTAINER_INNER_WIDTH, CONTAINER_INNER_HEIGHT, OUTER_LENGTH, OUTER_WIDTH, OUTER_HEIGHT,
|
|
|
VE_BODY_COLOR, OIL_BOX_CAPCITY, ALLOW_VE_IE_PORT, APPR_NO, APPR_PERIOD, CURR_APPLY_BUSSINESS,
|
|
|
FRONT_45C_PIC, BACK_45C_PIC, OIL_BOX_PIC, VE_BOTTOM_PIC, MEMO, PROPOSER, PROPOSE_TIME,
|
|
|
VE_CLASS_FLAG, OPERATION_TYPE, TRAILER_LICENSE_NO, TRAILER_FRAME_NO, APPRO_NO_PIC,
|
|
|
VE_FRAME_NO_PIC, MOTOR_NO_PIC, FOREIGN_LICENSE_PIC, NATIONALITY, RETURNMESSAGE, CREATE_BY,
|
|
|
CREATE_DATE, UPDATE_BY, UPDATE_DATE
|
|
|
</sql>
|
|
|
<select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from land_road_ve_record
|
|
|
where ID = #{id,jdbcType=VARCHAR}
|
|
|
</select>
|
|
|
<select id="selectByFrameNo" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from land_road_ve_record
|
|
|
where DOMESTIC_LISENCE_NO = #{domesticLisenceNo,jdbcType=VARCHAR}
|
|
|
</select>
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.String">
|
|
|
delete from land_road_ve_record
|
|
|
where ID = #{id,jdbcType=VARCHAR}
|
|
|
</delete>
|
|
|
<insert id="insert" parameterType="com.sy.model.LandRoadVe">
|
|
|
insert into land_road_ve_record (ID, EPORT_ID, MAIN_PORT,
|
|
|
CO_CODE, VE_TARGET_NO, DOMESTIC_LISENCE_NO,
|
|
|
DOMESTIC_LICENSE_COLOR, FOREIGN_LICENSE, VE_REG_PLACE,
|
|
|
VE_PROPERTY, VE_CONVEY_QUA, VE_CARD_NO,
|
|
|
VE_OWNER_NAME, VE_OWNER_NO, OWNER_INSIDE_ADDR,
|
|
|
OWNER_INSIDE_TEL, VE_TYPE, BRAND,
|
|
|
MODEL, EXHAUST_CAPACITY, VE_FACTORY_DATE,
|
|
|
VE_MOTOR_NO, VE_FRAME_NO, VE_TON,
|
|
|
SELF_WT, ALLOW_TOW_TOTAL_WT, CONTAINER_INNER_LENGTH,
|
|
|
CONTAINER_INNER_WIDTH, CONTAINER_INNER_HEIGHT,
|
|
|
OUTER_LENGTH, OUTER_WIDTH, OUTER_HEIGHT,
|
|
|
VE_BODY_COLOR, OIL_BOX_CAPCITY, ALLOW_VE_IE_PORT,
|
|
|
APPR_NO, APPR_PERIOD, CURR_APPLY_BUSSINESS,
|
|
|
FRONT_45C_PIC, BACK_45C_PIC, OIL_BOX_PIC,
|
|
|
VE_BOTTOM_PIC, MEMO, PROPOSER,
|
|
|
PROPOSE_TIME, VE_CLASS_FLAG, OPERATION_TYPE,
|
|
|
TRAILER_LICENSE_NO, TRAILER_FRAME_NO, APPRO_NO_PIC,
|
|
|
VE_FRAME_NO_PIC, MOTOR_NO_PIC, FOREIGN_LICENSE_PIC,
|
|
|
NATIONALITY, RETURNMESSAGE, CREATE_BY,
|
|
|
CREATE_DATE, UPDATE_BY, UPDATE_DATE
|
|
|
)
|
|
|
values (#{id,jdbcType=VARCHAR}, #{eportId,jdbcType=VARCHAR}, #{mainPort,jdbcType=VARCHAR},
|
|
|
#{coCode,jdbcType=VARCHAR}, #{veTargetNo,jdbcType=VARCHAR}, #{domesticLisenceNo,jdbcType=VARCHAR},
|
|
|
#{domesticLicenseColor,jdbcType=VARCHAR}, #{foreignLicense,jdbcType=VARCHAR}, #{veRegPlace,jdbcType=VARCHAR},
|
|
|
#{veProperty,jdbcType=VARCHAR}, #{veConveyQua,jdbcType=VARCHAR}, #{veCardNo,jdbcType=VARCHAR},
|
|
|
#{veOwnerName,jdbcType=VARCHAR}, #{veOwnerNo,jdbcType=VARCHAR}, #{ownerInsideAddr,jdbcType=VARCHAR},
|
|
|
#{ownerInsideTel,jdbcType=VARCHAR}, #{veType,jdbcType=VARCHAR}, #{brand,jdbcType=VARCHAR},
|
|
|
#{model,jdbcType=VARCHAR}, #{exhaustCapacity,jdbcType=VARCHAR}, #{veFactoryDate,jdbcType=DATE},
|
|
|
#{veMotorNo,jdbcType=VARCHAR}, #{veFrameNo,jdbcType=VARCHAR}, #{veTon,jdbcType=VARCHAR},
|
|
|
#{selfWt,jdbcType=VARCHAR}, #{allowTowTotalWt,jdbcType=VARCHAR}, #{containerInnerLength,jdbcType=VARCHAR},
|
|
|
#{containerInnerWidth,jdbcType=VARCHAR}, #{containerInnerHeight,jdbcType=VARCHAR},
|
|
|
#{outerLength,jdbcType=VARCHAR}, #{outerWidth,jdbcType=VARCHAR}, #{outerHeight,jdbcType=VARCHAR},
|
|
|
#{veBodyColor,jdbcType=VARCHAR}, #{oilBoxCapcity,jdbcType=VARCHAR}, #{allowVeIePort,jdbcType=VARCHAR},
|
|
|
#{apprNo,jdbcType=VARCHAR}, #{apprPeriod,jdbcType=DATE}, #{currApplyBussiness,jdbcType=VARCHAR},
|
|
|
#{front45cPic,jdbcType=VARCHAR}, #{back45cPic,jdbcType=VARCHAR}, #{oilBoxPic,jdbcType=VARCHAR},
|
|
|
#{veBottomPic,jdbcType=VARCHAR}, #{memo,jdbcType=VARCHAR}, #{proposer,jdbcType=VARCHAR},
|
|
|
#{proposeTime,jdbcType=TIMESTAMP}, #{veClassFlag,jdbcType=VARCHAR}, #{operationType,jdbcType=VARCHAR},
|
|
|
#{trailerLicenseNo,jdbcType=VARCHAR}, #{trailerFrameNo,jdbcType=VARCHAR}, #{approNoPic,jdbcType=VARCHAR},
|
|
|
#{veFrameNoPic,jdbcType=VARCHAR}, #{motorNoPic,jdbcType=VARCHAR}, #{foreignLicensePic,jdbcType=VARCHAR},
|
|
|
#{nationality,jdbcType=VARCHAR}, #{returnmessage,jdbcType=VARCHAR}, #{createBy,jdbcType=VARCHAR},
|
|
|
#{createDate,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR}, #{updateDate,jdbcType=TIMESTAMP}
|
|
|
)
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.sy.model.LandRoadVe">
|
|
|
insert into land_road_ve_record
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">
|
|
|
ID,
|
|
|
</if>
|
|
|
<if test="eportId != null">
|
|
|
EPORT_ID,
|
|
|
</if>
|
|
|
<if test="mainPort != null">
|
|
|
MAIN_PORT,
|
|
|
</if>
|
|
|
<if test="coCode != null">
|
|
|
CO_CODE,
|
|
|
</if>
|
|
|
<if test="veTargetNo != null">
|
|
|
VE_TARGET_NO,
|
|
|
</if>
|
|
|
<if test="domesticLisenceNo != null">
|
|
|
DOMESTIC_LISENCE_NO,
|
|
|
</if>
|
|
|
<if test="domesticLicenseColor != null">
|
|
|
DOMESTIC_LICENSE_COLOR,
|
|
|
</if>
|
|
|
<if test="foreignLicense != null">
|
|
|
FOREIGN_LICENSE,
|
|
|
</if>
|
|
|
<if test="veRegPlace != null">
|
|
|
VE_REG_PLACE,
|
|
|
</if>
|
|
|
<if test="veProperty != null">
|
|
|
VE_PROPERTY,
|
|
|
</if>
|
|
|
<if test="veConveyQua != null">
|
|
|
VE_CONVEY_QUA,
|
|
|
</if>
|
|
|
<if test="veCardNo != null">
|
|
|
VE_CARD_NO,
|
|
|
</if>
|
|
|
<if test="veOwnerName != null">
|
|
|
VE_OWNER_NAME,
|
|
|
</if>
|
|
|
<if test="veOwnerNo != null">
|
|
|
VE_OWNER_NO,
|
|
|
</if>
|
|
|
<if test="ownerInsideAddr != null">
|
|
|
OWNER_INSIDE_ADDR,
|
|
|
</if>
|
|
|
<if test="ownerInsideTel != null">
|
|
|
OWNER_INSIDE_TEL,
|
|
|
</if>
|
|
|
<if test="veType != null">
|
|
|
VE_TYPE,
|
|
|
</if>
|
|
|
<if test="brand != null">
|
|
|
BRAND,
|
|
|
</if>
|
|
|
<if test="model != null">
|
|
|
MODEL,
|
|
|
</if>
|
|
|
<if test="exhaustCapacity != null">
|
|
|
EXHAUST_CAPACITY,
|
|
|
</if>
|
|
|
<if test="veFactoryDate != null">
|
|
|
VE_FACTORY_DATE,
|
|
|
</if>
|
|
|
<if test="veMotorNo != null">
|
|
|
VE_MOTOR_NO,
|
|
|
</if>
|
|
|
<if test="veFrameNo != null">
|
|
|
VE_FRAME_NO,
|
|
|
</if>
|
|
|
<if test="veTon != null">
|
|
|
VE_TON,
|
|
|
</if>
|
|
|
<if test="selfWt != null">
|
|
|
SELF_WT,
|
|
|
</if>
|
|
|
<if test="allowTowTotalWt != null">
|
|
|
ALLOW_TOW_TOTAL_WT,
|
|
|
</if>
|
|
|
<if test="containerInnerLength != null">
|
|
|
CONTAINER_INNER_LENGTH,
|
|
|
</if>
|
|
|
<if test="containerInnerWidth != null">
|
|
|
CONTAINER_INNER_WIDTH,
|
|
|
</if>
|
|
|
<if test="containerInnerHeight != null">
|
|
|
CONTAINER_INNER_HEIGHT,
|
|
|
</if>
|
|
|
<if test="outerLength != null">
|
|
|
OUTER_LENGTH,
|
|
|
</if>
|
|
|
<if test="outerWidth != null">
|
|
|
OUTER_WIDTH,
|
|
|
</if>
|
|
|
<if test="outerHeight != null">
|
|
|
OUTER_HEIGHT,
|
|
|
</if>
|
|
|
<if test="veBodyColor != null">
|
|
|
VE_BODY_COLOR,
|
|
|
</if>
|
|
|
<if test="oilBoxCapcity != null">
|
|
|
OIL_BOX_CAPCITY,
|
|
|
</if>
|
|
|
<if test="allowVeIePort != null">
|
|
|
ALLOW_VE_IE_PORT,
|
|
|
</if>
|
|
|
<if test="apprNo != null">
|
|
|
APPR_NO,
|
|
|
</if>
|
|
|
<if test="apprPeriod != null">
|
|
|
APPR_PERIOD,
|
|
|
</if>
|
|
|
<if test="currApplyBussiness != null">
|
|
|
CURR_APPLY_BUSSINESS,
|
|
|
</if>
|
|
|
<if test="front45cPic != null">
|
|
|
FRONT_45C_PIC,
|
|
|
</if>
|
|
|
<if test="back45cPic != null">
|
|
|
BACK_45C_PIC,
|
|
|
</if>
|
|
|
<if test="oilBoxPic != null">
|
|
|
OIL_BOX_PIC,
|
|
|
</if>
|
|
|
<if test="veBottomPic != null">
|
|
|
VE_BOTTOM_PIC,
|
|
|
</if>
|
|
|
<if test="memo != null">
|
|
|
MEMO,
|
|
|
</if>
|
|
|
<if test="proposer != null">
|
|
|
PROPOSER,
|
|
|
</if>
|
|
|
<if test="proposeTime != null">
|
|
|
PROPOSE_TIME,
|
|
|
</if>
|
|
|
<if test="veClassFlag != null">
|
|
|
VE_CLASS_FLAG,
|
|
|
</if>
|
|
|
<if test="operationType != null">
|
|
|
OPERATION_TYPE,
|
|
|
</if>
|
|
|
<if test="trailerLicenseNo != null">
|
|
|
TRAILER_LICENSE_NO,
|
|
|
</if>
|
|
|
<if test="trailerFrameNo != null">
|
|
|
TRAILER_FRAME_NO,
|
|
|
</if>
|
|
|
<if test="approNoPic != null">
|
|
|
APPRO_NO_PIC,
|
|
|
</if>
|
|
|
<if test="veFrameNoPic != null">
|
|
|
VE_FRAME_NO_PIC,
|
|
|
</if>
|
|
|
<if test="motorNoPic != null">
|
|
|
MOTOR_NO_PIC,
|
|
|
</if>
|
|
|
<if test="foreignLicensePic != null">
|
|
|
FOREIGN_LICENSE_PIC,
|
|
|
</if>
|
|
|
<if test="nationality != null">
|
|
|
NATIONALITY,
|
|
|
</if>
|
|
|
<if test="returnmessage != null">
|
|
|
RETURNMESSAGE,
|
|
|
</if>
|
|
|
<if test="createBy != null">
|
|
|
CREATE_BY,
|
|
|
</if>
|
|
|
<if test="createDate != null">
|
|
|
CREATE_DATE,
|
|
|
</if>
|
|
|
<if test="updateBy != null">
|
|
|
UPDATE_BY,
|
|
|
</if>
|
|
|
<if test="updateDate != null">
|
|
|
UPDATE_DATE,
|
|
|
</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">
|
|
|
#{id,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="eportId != null">
|
|
|
#{eportId,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="mainPort != null">
|
|
|
#{mainPort,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="coCode != null">
|
|
|
#{coCode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veTargetNo != null">
|
|
|
#{veTargetNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="domesticLisenceNo != null">
|
|
|
#{domesticLisenceNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="domesticLicenseColor != null">
|
|
|
#{domesticLicenseColor,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="foreignLicense != null">
|
|
|
#{foreignLicense,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veRegPlace != null">
|
|
|
#{veRegPlace,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veProperty != null">
|
|
|
#{veProperty,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veConveyQua != null">
|
|
|
#{veConveyQua,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veCardNo != null">
|
|
|
#{veCardNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veOwnerName != null">
|
|
|
#{veOwnerName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veOwnerNo != null">
|
|
|
#{veOwnerNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="ownerInsideAddr != null">
|
|
|
#{ownerInsideAddr,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="ownerInsideTel != null">
|
|
|
#{ownerInsideTel,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veType != null">
|
|
|
#{veType,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="brand != null">
|
|
|
#{brand,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="model != null">
|
|
|
#{model,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="exhaustCapacity != null">
|
|
|
#{exhaustCapacity,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veFactoryDate != null">
|
|
|
#{veFactoryDate,jdbcType=DATE},
|
|
|
</if>
|
|
|
<if test="veMotorNo != null">
|
|
|
#{veMotorNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veFrameNo != null">
|
|
|
#{veFrameNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veTon != null">
|
|
|
#{veTon,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="selfWt != null">
|
|
|
#{selfWt,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="allowTowTotalWt != null">
|
|
|
#{allowTowTotalWt,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="containerInnerLength != null">
|
|
|
#{containerInnerLength,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="containerInnerWidth != null">
|
|
|
#{containerInnerWidth,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="containerInnerHeight != null">
|
|
|
#{containerInnerHeight,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="outerLength != null">
|
|
|
#{outerLength,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="outerWidth != null">
|
|
|
#{outerWidth,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="outerHeight != null">
|
|
|
#{outerHeight,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veBodyColor != null">
|
|
|
#{veBodyColor,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="oilBoxCapcity != null">
|
|
|
#{oilBoxCapcity,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="allowVeIePort != null">
|
|
|
#{allowVeIePort,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="apprNo != null">
|
|
|
#{apprNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="apprPeriod != null">
|
|
|
#{apprPeriod,jdbcType=DATE},
|
|
|
</if>
|
|
|
<if test="currApplyBussiness != null">
|
|
|
#{currApplyBussiness,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="front45cPic != null">
|
|
|
#{front45cPic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="back45cPic != null">
|
|
|
#{back45cPic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="oilBoxPic != null">
|
|
|
#{oilBoxPic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veBottomPic != null">
|
|
|
#{veBottomPic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="memo != null">
|
|
|
#{memo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="proposer != null">
|
|
|
#{proposer,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="proposeTime != null">
|
|
|
#{proposeTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
<if test="veClassFlag != null">
|
|
|
#{veClassFlag,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="operationType != null">
|
|
|
#{operationType,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="trailerLicenseNo != null">
|
|
|
#{trailerLicenseNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="trailerFrameNo != null">
|
|
|
#{trailerFrameNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="approNoPic != null">
|
|
|
#{approNoPic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veFrameNoPic != null">
|
|
|
#{veFrameNoPic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="motorNoPic != null">
|
|
|
#{motorNoPic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="foreignLicensePic != null">
|
|
|
#{foreignLicensePic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="nationality != null">
|
|
|
#{nationality,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="returnmessage != null">
|
|
|
#{returnmessage,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="createBy != null">
|
|
|
#{createBy,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="createDate != null">
|
|
|
#{createDate,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
<if test="updateBy != null">
|
|
|
#{updateBy,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="updateDate != null">
|
|
|
#{updateDate,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.sy.model.LandRoadVe">
|
|
|
update land_road_ve_record
|
|
|
<set>
|
|
|
<if test="eportId != null">
|
|
|
EPORT_ID = #{eportId,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="mainPort != null">
|
|
|
MAIN_PORT = #{mainPort,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="coCode != null">
|
|
|
CO_CODE = #{coCode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veTargetNo != null">
|
|
|
VE_TARGET_NO = #{veTargetNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="domesticLisenceNo != null">
|
|
|
DOMESTIC_LISENCE_NO = #{domesticLisenceNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="domesticLicenseColor != null">
|
|
|
DOMESTIC_LICENSE_COLOR = #{domesticLicenseColor,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="foreignLicense != null">
|
|
|
FOREIGN_LICENSE = #{foreignLicense,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veRegPlace != null">
|
|
|
VE_REG_PLACE = #{veRegPlace,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veProperty != null">
|
|
|
VE_PROPERTY = #{veProperty,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veConveyQua != null">
|
|
|
VE_CONVEY_QUA = #{veConveyQua,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veCardNo != null">
|
|
|
VE_CARD_NO = #{veCardNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veOwnerName != null">
|
|
|
VE_OWNER_NAME = #{veOwnerName,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veOwnerNo != null">
|
|
|
VE_OWNER_NO = #{veOwnerNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="ownerInsideAddr != null">
|
|
|
OWNER_INSIDE_ADDR = #{ownerInsideAddr,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="ownerInsideTel != null">
|
|
|
OWNER_INSIDE_TEL = #{ownerInsideTel,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veType != null">
|
|
|
VE_TYPE = #{veType,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="brand != null">
|
|
|
BRAND = #{brand,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="model != null">
|
|
|
MODEL = #{model,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="exhaustCapacity != null">
|
|
|
EXHAUST_CAPACITY = #{exhaustCapacity,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veFactoryDate != null">
|
|
|
VE_FACTORY_DATE = #{veFactoryDate,jdbcType=DATE},
|
|
|
</if>
|
|
|
<if test="veMotorNo != null">
|
|
|
VE_MOTOR_NO = #{veMotorNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veFrameNo != null">
|
|
|
VE_FRAME_NO = #{veFrameNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veTon != null">
|
|
|
VE_TON = #{veTon,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="selfWt != null">
|
|
|
SELF_WT = #{selfWt,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="allowTowTotalWt != null">
|
|
|
ALLOW_TOW_TOTAL_WT = #{allowTowTotalWt,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="containerInnerLength != null">
|
|
|
CONTAINER_INNER_LENGTH = #{containerInnerLength,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="containerInnerWidth != null">
|
|
|
CONTAINER_INNER_WIDTH = #{containerInnerWidth,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="containerInnerHeight != null">
|
|
|
CONTAINER_INNER_HEIGHT = #{containerInnerHeight,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="outerLength != null">
|
|
|
OUTER_LENGTH = #{outerLength,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="outerWidth != null">
|
|
|
OUTER_WIDTH = #{outerWidth,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="outerHeight != null">
|
|
|
OUTER_HEIGHT = #{outerHeight,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veBodyColor != null">
|
|
|
VE_BODY_COLOR = #{veBodyColor,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="oilBoxCapcity != null">
|
|
|
OIL_BOX_CAPCITY = #{oilBoxCapcity,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="allowVeIePort != null">
|
|
|
ALLOW_VE_IE_PORT = #{allowVeIePort,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="apprNo != null">
|
|
|
APPR_NO = #{apprNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="apprPeriod != null">
|
|
|
APPR_PERIOD = #{apprPeriod,jdbcType=DATE},
|
|
|
</if>
|
|
|
<if test="currApplyBussiness != null">
|
|
|
CURR_APPLY_BUSSINESS = #{currApplyBussiness,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="front45cPic != null">
|
|
|
FRONT_45C_PIC = #{front45cPic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="back45cPic != null">
|
|
|
BACK_45C_PIC = #{back45cPic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="oilBoxPic != null">
|
|
|
OIL_BOX_PIC = #{oilBoxPic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veBottomPic != null">
|
|
|
VE_BOTTOM_PIC = #{veBottomPic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="memo != null">
|
|
|
MEMO = #{memo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="proposer != null">
|
|
|
PROPOSER = #{proposer,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="proposeTime != null">
|
|
|
PROPOSE_TIME = #{proposeTime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
<if test="veClassFlag != null">
|
|
|
VE_CLASS_FLAG = #{veClassFlag,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="operationType != null">
|
|
|
OPERATION_TYPE = #{operationType,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="trailerLicenseNo != null">
|
|
|
TRAILER_LICENSE_NO = #{trailerLicenseNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="trailerFrameNo != null">
|
|
|
TRAILER_FRAME_NO = #{trailerFrameNo,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="approNoPic != null">
|
|
|
APPRO_NO_PIC = #{approNoPic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="veFrameNoPic != null">
|
|
|
VE_FRAME_NO_PIC = #{veFrameNoPic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="motorNoPic != null">
|
|
|
MOTOR_NO_PIC = #{motorNoPic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="foreignLicensePic != null">
|
|
|
FOREIGN_LICENSE_PIC = #{foreignLicensePic,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="nationality != null">
|
|
|
NATIONALITY = #{nationality,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="returnmessage != null">
|
|
|
RETURNMESSAGE = #{returnmessage,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="createBy != null">
|
|
|
CREATE_BY = #{createBy,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="createDate != null">
|
|
|
CREATE_DATE = #{createDate,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
<if test="updateBy != null">
|
|
|
UPDATE_BY = #{updateBy,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="updateDate != null">
|
|
|
UPDATE_DATE = #{updateDate,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
</set>
|
|
|
where ID = #{id,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
<update id="updateByPrimaryKey" parameterType="com.sy.model.LandRoadVe">
|
|
|
update land_road_ve_record
|
|
|
set EPORT_ID = #{eportId,jdbcType=VARCHAR},
|
|
|
MAIN_PORT = #{mainPort,jdbcType=VARCHAR},
|
|
|
CO_CODE = #{coCode,jdbcType=VARCHAR},
|
|
|
VE_TARGET_NO = #{veTargetNo,jdbcType=VARCHAR},
|
|
|
DOMESTIC_LISENCE_NO = #{domesticLisenceNo,jdbcType=VARCHAR},
|
|
|
DOMESTIC_LICENSE_COLOR = #{domesticLicenseColor,jdbcType=VARCHAR},
|
|
|
FOREIGN_LICENSE = #{foreignLicense,jdbcType=VARCHAR},
|
|
|
VE_REG_PLACE = #{veRegPlace,jdbcType=VARCHAR},
|
|
|
VE_PROPERTY = #{veProperty,jdbcType=VARCHAR},
|
|
|
VE_CONVEY_QUA = #{veConveyQua,jdbcType=VARCHAR},
|
|
|
VE_CARD_NO = #{veCardNo,jdbcType=VARCHAR},
|
|
|
VE_OWNER_NAME = #{veOwnerName,jdbcType=VARCHAR},
|
|
|
VE_OWNER_NO = #{veOwnerNo,jdbcType=VARCHAR},
|
|
|
OWNER_INSIDE_ADDR = #{ownerInsideAddr,jdbcType=VARCHAR},
|
|
|
OWNER_INSIDE_TEL = #{ownerInsideTel,jdbcType=VARCHAR},
|
|
|
VE_TYPE = #{veType,jdbcType=VARCHAR},
|
|
|
BRAND = #{brand,jdbcType=VARCHAR},
|
|
|
MODEL = #{model,jdbcType=VARCHAR},
|
|
|
EXHAUST_CAPACITY = #{exhaustCapacity,jdbcType=VARCHAR},
|
|
|
VE_FACTORY_DATE = #{veFactoryDate,jdbcType=DATE},
|
|
|
VE_MOTOR_NO = #{veMotorNo,jdbcType=VARCHAR},
|
|
|
VE_FRAME_NO = #{veFrameNo,jdbcType=VARCHAR},
|
|
|
VE_TON = #{veTon,jdbcType=VARCHAR},
|
|
|
SELF_WT = #{selfWt,jdbcType=VARCHAR},
|
|
|
ALLOW_TOW_TOTAL_WT = #{allowTowTotalWt,jdbcType=VARCHAR},
|
|
|
CONTAINER_INNER_LENGTH = #{containerInnerLength,jdbcType=VARCHAR},
|
|
|
CONTAINER_INNER_WIDTH = #{containerInnerWidth,jdbcType=VARCHAR},
|
|
|
CONTAINER_INNER_HEIGHT = #{containerInnerHeight,jdbcType=VARCHAR},
|
|
|
OUTER_LENGTH = #{outerLength,jdbcType=VARCHAR},
|
|
|
OUTER_WIDTH = #{outerWidth,jdbcType=VARCHAR},
|
|
|
OUTER_HEIGHT = #{outerHeight,jdbcType=VARCHAR},
|
|
|
VE_BODY_COLOR = #{veBodyColor,jdbcType=VARCHAR},
|
|
|
OIL_BOX_CAPCITY = #{oilBoxCapcity,jdbcType=VARCHAR},
|
|
|
ALLOW_VE_IE_PORT = #{allowVeIePort,jdbcType=VARCHAR},
|
|
|
APPR_NO = #{apprNo,jdbcType=VARCHAR},
|
|
|
APPR_PERIOD = #{apprPeriod,jdbcType=DATE},
|
|
|
CURR_APPLY_BUSSINESS = #{currApplyBussiness,jdbcType=VARCHAR},
|
|
|
FRONT_45C_PIC = #{front45cPic,jdbcType=VARCHAR},
|
|
|
BACK_45C_PIC = #{back45cPic,jdbcType=VARCHAR},
|
|
|
OIL_BOX_PIC = #{oilBoxPic,jdbcType=VARCHAR},
|
|
|
VE_BOTTOM_PIC = #{veBottomPic,jdbcType=VARCHAR},
|
|
|
MEMO = #{memo,jdbcType=VARCHAR},
|
|
|
PROPOSER = #{proposer,jdbcType=VARCHAR},
|
|
|
PROPOSE_TIME = #{proposeTime,jdbcType=TIMESTAMP},
|
|
|
VE_CLASS_FLAG = #{veClassFlag,jdbcType=VARCHAR},
|
|
|
OPERATION_TYPE = #{operationType,jdbcType=VARCHAR},
|
|
|
TRAILER_LICENSE_NO = #{trailerLicenseNo,jdbcType=VARCHAR},
|
|
|
TRAILER_FRAME_NO = #{trailerFrameNo,jdbcType=VARCHAR},
|
|
|
APPRO_NO_PIC = #{approNoPic,jdbcType=VARCHAR},
|
|
|
VE_FRAME_NO_PIC = #{veFrameNoPic,jdbcType=VARCHAR},
|
|
|
MOTOR_NO_PIC = #{motorNoPic,jdbcType=VARCHAR},
|
|
|
FOREIGN_LICENSE_PIC = #{foreignLicensePic,jdbcType=VARCHAR},
|
|
|
NATIONALITY = #{nationality,jdbcType=VARCHAR},
|
|
|
RETURNMESSAGE = #{returnmessage,jdbcType=VARCHAR},
|
|
|
CREATE_BY = #{createBy,jdbcType=VARCHAR},
|
|
|
CREATE_DATE = #{createDate,jdbcType=TIMESTAMP},
|
|
|
UPDATE_BY = #{updateBy,jdbcType=VARCHAR},
|
|
|
UPDATE_DATE = #{updateDate,jdbcType=TIMESTAMP}
|
|
|
where ID = #{id,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
</mapper> |
|
|
\ No newline at end of file |
...
|
...
|
|