|
|
<?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.tianbo.analysis.dao.TRANSTOARRIVEEXPORTMapper" >
|
|
|
<resultMap id="BaseResultMap" type="com.tianbo.analysis.model.TRANSTOARRIVEEXPORT" >
|
|
|
<id column="AUTOID" property="autoid" jdbcType="VARCHAR" />
|
|
|
<result column="IEFlag" property="ieflag" jdbcType="VARCHAR" />
|
|
|
<result column="SeqNo" property="seqno" jdbcType="VARCHAR" />
|
|
|
<result column="CustomsCode" property="customscode" jdbcType="VARCHAR" />
|
|
|
<result column="InputOpId" property="inputopid" jdbcType="OTHER" />
|
|
|
<result column="InputOpName" property="inputopname" jdbcType="VARCHAR" />
|
|
|
<result column="ApplyName" property="applyname" jdbcType="VARCHAR" />
|
|
|
<result column="ApplyCode" property="applycode" jdbcType="VARCHAR" />
|
|
|
<result column="CopCode" property="copcode" jdbcType="VARCHAR" />
|
|
|
<result column="ArriveNo" property="arriveno" jdbcType="VARCHAR" />
|
|
|
<result column="ContaId" property="contaid" jdbcType="VARCHAR" />
|
|
|
<result column="BillNo" property="billno" jdbcType="VARCHAR" />
|
|
|
<result column="TrafMode" property="trafmode" jdbcType="VARCHAR" />
|
|
|
<result column="TrafName" property="trafname" jdbcType="VARCHAR" />
|
|
|
<result column="VoyageNo" property="voyageno" jdbcType="VARCHAR" />
|
|
|
<result column="TrafWay" property="trafway" jdbcType="VARCHAR" />
|
|
|
<result column="PackNo" property="packno" jdbcType="VARCHAR" />
|
|
|
<result column="GrossWt" property="grosswt" jdbcType="VARCHAR" />
|
|
|
<result column="UnloadCode" property="unloadcode" jdbcType="VARCHAR" />
|
|
|
<result column="ArriveTime" property="arrivetime" jdbcType="TIMESTAMP" />
|
|
|
<result column="ContaType" property="contatype" jdbcType="VARCHAR" />
|
|
|
<result column="TrnMode" property="trnmode" jdbcType="VARCHAR" />
|
|
|
<result column="Notes" property="notes" jdbcType="VARCHAR" />
|
|
|
<result column="OperType" property="opertype" jdbcType="VARCHAR" />
|
|
|
<result column="Sign" property="sign" jdbcType="VARCHAR" />
|
|
|
<result column="SignDate" property="signdate" jdbcType="TIMESTAMP" />
|
|
|
<result column="ClientSeqNo" property="clientseqno" jdbcType="VARCHAR" />
|
|
|
<result column="HostId" property="hostid" jdbcType="VARCHAR" />
|
|
|
<result column="CertNo" property="certno" jdbcType="VARCHAR" />
|
|
|
<result column="USERNAME" property="username" jdbcType="VARCHAR" />
|
|
|
<result column="CREATTIME" property="creattime" jdbcType="TIMESTAMP" />
|
|
|
<result column="DSTATUS" property="dstatus" jdbcType="VARCHAR" />
|
|
|
<result column="CUSTOM_RESPONSE_TEXT" property="customResponseText" jdbcType="VARCHAR" />
|
|
|
<result column="CUSTOM_RESPONSE_STATUS" property="customResponseStatus" jdbcType="VARCHAR" />
|
|
|
<result column="UPDATETIME" property="updatetime" jdbcType="TIMESTAMP" />
|
|
|
</resultMap>
|
|
|
<sql id="Base_Column_List" >
|
|
|
AUTOID, IEFlag, SeqNo, CustomsCode, InputOpId, InputOpName, ApplyName, ApplyCode,
|
|
|
CopCode, ArriveNo, ContaId, BillNo, TrafMode, TrafName, VoyageNo, TrafWay, PackNo,
|
|
|
GrossWt, UnloadCode, ArriveTime, ContaType, TrnMode, Notes, OperType, Sign, SignDate,
|
|
|
ClientSeqNo, HostId, CertNo, USERNAME, CREATTIME, DSTATUS, CUSTOM_RESPONSE_TEXT,
|
|
|
CUSTOM_RESPONSE_STATUS, UPDATETIME
|
|
|
</sql>
|
|
|
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String" >
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from CGONMS.TRANS_TO_ARRIVE_EXPORT
|
|
|
where AUTOID = #{autoid,jdbcType=VARCHAR}
|
|
|
</select>
|
|
|
<select id="selectTrans" parameterType="com.tianbo.analysis.model.TRANSTOARRIVEEXPORT" resultMap="BaseResultMap">
|
|
|
select
|
|
|
<include refid="Base_Column_List" />
|
|
|
from CGONMS.TRANS_TO_ARRIVE_EXPORT
|
|
|
where 1=1
|
|
|
<if test="customscode != null" >
|
|
|
and CustomsCode = #{customscode,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="username != null" >
|
|
|
and USERNAME = #{username,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="trafmode != null" >
|
|
|
and TrafMode = #{trafmode,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="unloadcode != null" >
|
|
|
and UnloadCode = #{unloadcode,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="creattime != null" >
|
|
|
and #{creattime,jdbcType=TIMESTAMP}
|
|
|
</if>
|
|
|
</select>
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.String" >
|
|
|
delete from CGONMS.TRANS_TO_ARRIVE_EXPORT
|
|
|
where AUTOID = #{autoid,jdbcType=VARCHAR}
|
|
|
</delete>
|
|
|
<insert id="insert" parameterType="com.tianbo.analysis.model.TRANSTOARRIVEEXPORT" >
|
|
|
insert into CGONMS.TRANS_TO_ARRIVE_EXPORT (AUTOID, IEFlag, SeqNo,
|
|
|
CustomsCode, InputOpId, InputOpName,
|
|
|
ApplyName, ApplyCode, CopCode,
|
|
|
ArriveNo, ContaId, BillNo,
|
|
|
TrafMode, TrafName, VoyageNo,
|
|
|
TrafWay, PackNo, GrossWt,
|
|
|
UnloadCode, ArriveTime, ContaType,
|
|
|
TrnMode, Notes, OperType,
|
|
|
Sign, SignDate, ClientSeqNo,
|
|
|
HostId, CertNo, USERNAME,
|
|
|
CREATTIME, DSTATUS, CUSTOM_RESPONSE_TEXT,
|
|
|
CUSTOM_RESPONSE_STATUS, UPDATETIME)
|
|
|
values (#{autoid,jdbcType=VARCHAR}, #{ieflag,jdbcType=VARCHAR}, #{seqno,jdbcType=VARCHAR},
|
|
|
#{customscode,jdbcType=VARCHAR}, #{inputopid,jdbcType=OTHER}, #{inputopname,jdbcType=VARCHAR},
|
|
|
#{applyname,jdbcType=VARCHAR}, #{applycode,jdbcType=VARCHAR}, #{copcode,jdbcType=VARCHAR},
|
|
|
#{arriveno,jdbcType=VARCHAR}, #{contaid,jdbcType=VARCHAR}, #{billno,jdbcType=VARCHAR},
|
|
|
#{trafmode,jdbcType=VARCHAR}, #{trafname,jdbcType=VARCHAR}, #{voyageno,jdbcType=VARCHAR},
|
|
|
#{trafway,jdbcType=VARCHAR}, #{packno,jdbcType=VARCHAR}, #{grosswt,jdbcType=VARCHAR},
|
|
|
#{unloadcode,jdbcType=VARCHAR}, #{arrivetime,jdbcType=TIMESTAMP}, #{contatype,jdbcType=VARCHAR},
|
|
|
#{trnmode,jdbcType=VARCHAR}, #{notes,jdbcType=VARCHAR}, #{opertype,jdbcType=VARCHAR},
|
|
|
#{sign,jdbcType=VARCHAR}, #{signdate,jdbcType=TIMESTAMP}, #{clientseqno,jdbcType=VARCHAR},
|
|
|
#{hostid,jdbcType=VARCHAR}, #{certno,jdbcType=VARCHAR}, #{username,jdbcType=VARCHAR},
|
|
|
#{creattime,jdbcType=TIMESTAMP}, #{dstatus,jdbcType=VARCHAR}, #{customResponseText,jdbcType=VARCHAR},
|
|
|
#{customResponseStatus,jdbcType=VARCHAR}, #{updatetime,jdbcType=TIMESTAMP})
|
|
|
</insert>
|
|
|
<insert id="insertSelective" parameterType="com.tianbo.analysis.model.TRANSTOARRIVEEXPORT" >
|
|
|
insert into CGONMS.TRANS_TO_ARRIVE_EXPORT
|
|
|
<trim prefix="(" suffix=")" suffixOverrides="," >
|
|
|
<if test="autoid != null" >
|
|
|
AUTOID,
|
|
|
</if>
|
|
|
<if test="ieflag != null" >
|
|
|
IEFlag,
|
|
|
</if>
|
|
|
<if test="seqno != null" >
|
|
|
SeqNo,
|
|
|
</if>
|
|
|
<if test="customscode != null" >
|
|
|
CustomsCode,
|
|
|
</if>
|
|
|
<if test="inputopid != null" >
|
|
|
InputOpId,
|
|
|
</if>
|
|
|
<if test="inputopname != null" >
|
|
|
InputOpName,
|
|
|
</if>
|
|
|
<if test="applyname != null" >
|
|
|
ApplyName,
|
|
|
</if>
|
|
|
<if test="applycode != null" >
|
|
|
ApplyCode,
|
|
|
</if>
|
|
|
<if test="copcode != null" >
|
|
|
CopCode,
|
|
|
</if>
|
|
|
<if test="arriveno != null" >
|
|
|
ArriveNo,
|
|
|
</if>
|
|
|
<if test="contaid != null" >
|
|
|
ContaId,
|
|
|
</if>
|
|
|
<if test="billno != null" >
|
|
|
BillNo,
|
|
|
</if>
|
|
|
<if test="trafmode != null" >
|
|
|
TrafMode,
|
|
|
</if>
|
|
|
<if test="trafname != null" >
|
|
|
TrafName,
|
|
|
</if>
|
|
|
<if test="voyageno != null" >
|
|
|
VoyageNo,
|
|
|
</if>
|
|
|
<if test="trafway != null" >
|
|
|
TrafWay,
|
|
|
</if>
|
|
|
<if test="packno != null" >
|
|
|
PackNo,
|
|
|
</if>
|
|
|
<if test="grosswt != null" >
|
|
|
GrossWt,
|
|
|
</if>
|
|
|
<if test="unloadcode != null" >
|
|
|
UnloadCode,
|
|
|
</if>
|
|
|
<if test="arrivetime != null" >
|
|
|
ArriveTime,
|
|
|
</if>
|
|
|
<if test="contatype != null" >
|
|
|
ContaType,
|
|
|
</if>
|
|
|
<if test="trnmode != null" >
|
|
|
TrnMode,
|
|
|
</if>
|
|
|
<if test="notes != null" >
|
|
|
Notes,
|
|
|
</if>
|
|
|
<if test="opertype != null" >
|
|
|
OperType,
|
|
|
</if>
|
|
|
<if test="sign != null" >
|
|
|
Sign,
|
|
|
</if>
|
|
|
<if test="signdate != null" >
|
|
|
SignDate,
|
|
|
</if>
|
|
|
<if test="clientseqno != null" >
|
|
|
ClientSeqNo,
|
|
|
</if>
|
|
|
<if test="hostid != null" >
|
|
|
HostId,
|
|
|
</if>
|
|
|
<if test="certno != null" >
|
|
|
CertNo,
|
|
|
</if>
|
|
|
<if test="username != null" >
|
|
|
USERNAME,
|
|
|
</if>
|
|
|
<if test="creattime != null" >
|
|
|
CREATTIME,
|
|
|
</if>
|
|
|
<if test="dstatus != null" >
|
|
|
DSTATUS,
|
|
|
</if>
|
|
|
<if test="customResponseText != null" >
|
|
|
CUSTOM_RESPONSE_TEXT,
|
|
|
</if>
|
|
|
<if test="customResponseStatus != null" >
|
|
|
CUSTOM_RESPONSE_STATUS,
|
|
|
</if>
|
|
|
<if test="updatetime != null" >
|
|
|
UPDATETIME,
|
|
|
</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides="," >
|
|
|
<if test="autoid != null" >
|
|
|
#{autoid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="ieflag != null" >
|
|
|
#{ieflag,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="seqno != null" >
|
|
|
#{seqno,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="customscode != null" >
|
|
|
#{customscode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="inputopid != null" >
|
|
|
#{inputopid,jdbcType=OTHER},
|
|
|
</if>
|
|
|
<if test="inputopname != null" >
|
|
|
#{inputopname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="applyname != null" >
|
|
|
#{applyname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="applycode != null" >
|
|
|
#{applycode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="copcode != null" >
|
|
|
#{copcode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="arriveno != null" >
|
|
|
#{arriveno,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="contaid != null" >
|
|
|
#{contaid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="billno != null" >
|
|
|
#{billno,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="trafmode != null" >
|
|
|
#{trafmode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="trafname != null" >
|
|
|
#{trafname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="voyageno != null" >
|
|
|
#{voyageno,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="trafway != null" >
|
|
|
#{trafway,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="packno != null" >
|
|
|
#{packno,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="grosswt != null" >
|
|
|
#{grosswt,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="unloadcode != null" >
|
|
|
#{unloadcode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="arrivetime != null" >
|
|
|
#{arrivetime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
<if test="contatype != null" >
|
|
|
#{contatype,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="trnmode != null" >
|
|
|
#{trnmode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="notes != null" >
|
|
|
#{notes,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="opertype != null" >
|
|
|
#{opertype,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="sign != null" >
|
|
|
#{sign,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="signdate != null" >
|
|
|
#{signdate,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
<if test="clientseqno != null" >
|
|
|
#{clientseqno,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="hostid != null" >
|
|
|
#{hostid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="certno != null" >
|
|
|
#{certno,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="username != null" >
|
|
|
#{username,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="creattime != null" >
|
|
|
#{creattime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
<if test="dstatus != null" >
|
|
|
#{dstatus,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="customResponseText != null" >
|
|
|
#{customResponseText,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="customResponseStatus != null" >
|
|
|
#{customResponseStatus,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="updatetime != null" >
|
|
|
#{updatetime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.tianbo.analysis.model.TRANSTOARRIVEEXPORT" >
|
|
|
update CGONMS.TRANS_TO_ARRIVE_EXPORT
|
|
|
<set >
|
|
|
<if test="ieflag != null" >
|
|
|
IEFlag = #{ieflag,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="seqno != null" >
|
|
|
SeqNo = #{seqno,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="customscode != null" >
|
|
|
CustomsCode = #{customscode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="inputopid != null" >
|
|
|
InputOpId = #{inputopid,jdbcType=OTHER},
|
|
|
</if>
|
|
|
<if test="inputopname != null" >
|
|
|
InputOpName = #{inputopname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="applyname != null" >
|
|
|
ApplyName = #{applyname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="applycode != null" >
|
|
|
ApplyCode = #{applycode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="copcode != null" >
|
|
|
CopCode = #{copcode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="arriveno != null" >
|
|
|
ArriveNo = #{arriveno,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="contaid != null" >
|
|
|
ContaId = #{contaid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="billno != null" >
|
|
|
BillNo = #{billno,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="trafmode != null" >
|
|
|
TrafMode = #{trafmode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="trafname != null" >
|
|
|
TrafName = #{trafname,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="voyageno != null" >
|
|
|
VoyageNo = #{voyageno,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="trafway != null" >
|
|
|
TrafWay = #{trafway,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="packno != null" >
|
|
|
PackNo = #{packno,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="grosswt != null" >
|
|
|
GrossWt = #{grosswt,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="unloadcode != null" >
|
|
|
UnloadCode = #{unloadcode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="arrivetime != null" >
|
|
|
ArriveTime = #{arrivetime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
<if test="contatype != null" >
|
|
|
ContaType = #{contatype,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="trnmode != null" >
|
|
|
TrnMode = #{trnmode,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="notes != null" >
|
|
|
Notes = #{notes,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="opertype != null" >
|
|
|
OperType = #{opertype,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="sign != null" >
|
|
|
Sign = #{sign,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="signdate != null" >
|
|
|
SignDate = #{signdate,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
<if test="clientseqno != null" >
|
|
|
ClientSeqNo = #{clientseqno,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="hostid != null" >
|
|
|
HostId = #{hostid,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="certno != null" >
|
|
|
CertNo = #{certno,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="username != null" >
|
|
|
USERNAME = #{username,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="creattime != null" >
|
|
|
CREATTIME = #{creattime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
<if test="dstatus != null" >
|
|
|
DSTATUS = #{dstatus,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="customResponseText != null" >
|
|
|
CUSTOM_RESPONSE_TEXT = #{customResponseText,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="customResponseStatus != null" >
|
|
|
CUSTOM_RESPONSE_STATUS = #{customResponseStatus,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
<if test="updatetime != null" >
|
|
|
UPDATETIME = #{updatetime,jdbcType=TIMESTAMP},
|
|
|
</if>
|
|
|
</set>
|
|
|
where AUTOID = #{autoid,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
<update id="updateByPrimaryKey" parameterType="com.tianbo.analysis.model.TRANSTOARRIVEEXPORT" >
|
|
|
update CGONMS.TRANS_TO_ARRIVE_EXPORT
|
|
|
set IEFlag = #{ieflag,jdbcType=VARCHAR},
|
|
|
SeqNo = #{seqno,jdbcType=VARCHAR},
|
|
|
CustomsCode = #{customscode,jdbcType=VARCHAR},
|
|
|
InputOpId = #{inputopid,jdbcType=OTHER},
|
|
|
InputOpName = #{inputopname,jdbcType=VARCHAR},
|
|
|
ApplyName = #{applyname,jdbcType=VARCHAR},
|
|
|
ApplyCode = #{applycode,jdbcType=VARCHAR},
|
|
|
CopCode = #{copcode,jdbcType=VARCHAR},
|
|
|
ArriveNo = #{arriveno,jdbcType=VARCHAR},
|
|
|
ContaId = #{contaid,jdbcType=VARCHAR},
|
|
|
BillNo = #{billno,jdbcType=VARCHAR},
|
|
|
TrafMode = #{trafmode,jdbcType=VARCHAR},
|
|
|
TrafName = #{trafname,jdbcType=VARCHAR},
|
|
|
VoyageNo = #{voyageno,jdbcType=VARCHAR},
|
|
|
TrafWay = #{trafway,jdbcType=VARCHAR},
|
|
|
PackNo = #{packno,jdbcType=VARCHAR},
|
|
|
GrossWt = #{grosswt,jdbcType=VARCHAR},
|
|
|
UnloadCode = #{unloadcode,jdbcType=VARCHAR},
|
|
|
ArriveTime = #{arrivetime,jdbcType=TIMESTAMP},
|
|
|
ContaType = #{contatype,jdbcType=VARCHAR},
|
|
|
TrnMode = #{trnmode,jdbcType=VARCHAR},
|
|
|
Notes = #{notes,jdbcType=VARCHAR},
|
|
|
OperType = #{opertype,jdbcType=VARCHAR},
|
|
|
Sign = #{sign,jdbcType=VARCHAR},
|
|
|
SignDate = #{signdate,jdbcType=TIMESTAMP},
|
|
|
ClientSeqNo = #{clientseqno,jdbcType=VARCHAR},
|
|
|
HostId = #{hostid,jdbcType=VARCHAR},
|
|
|
CertNo = #{certno,jdbcType=VARCHAR},
|
|
|
USERNAME = #{username,jdbcType=VARCHAR},
|
|
|
CREATTIME = #{creattime,jdbcType=TIMESTAMP},
|
|
|
DSTATUS = #{dstatus,jdbcType=VARCHAR},
|
|
|
CUSTOM_RESPONSE_TEXT = #{customResponseText,jdbcType=VARCHAR},
|
|
|
CUSTOM_RESPONSE_STATUS = #{customResponseStatus,jdbcType=VARCHAR},
|
|
|
UPDATETIME = #{updatetime,jdbcType=TIMESTAMP}
|
|
|
where AUTOID = #{autoid,jdbcType=VARCHAR}
|
|
|
</update>
|
|
|
</mapper> |
...
|
...
|
|