|
|
1
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
2
|
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
3
|
+<mapper namespace="com.sunyo.wlpt.vehicle.manage.mapper.LandCorporationInfoMapper">
|
|
|
4
|
+ <cache type="com.sunyo.wlpt.vehicle.manage.cache.RedisCache"/>
|
|
|
5
|
+ <resultMap id="BaseResultMap" type="com.sunyo.wlpt.vehicle.manage.domain.LandCorporationInfo">
|
|
|
6
|
+ <!--@mbg.generated-->
|
|
|
7
|
+ <!--@Table land_corporation_info-->
|
|
|
8
|
+ <id column="ID" jdbcType="VARCHAR" property="id"/>
|
|
|
9
|
+ <result column="EPORT_ID" jdbcType="VARCHAR" property="eportId"/>
|
|
|
10
|
+ <result column="CO_CODE" jdbcType="VARCHAR" property="coCode"/>
|
|
|
11
|
+ <result column="MAIN_PORT" jdbcType="VARCHAR" property="mainPort"/>
|
|
|
12
|
+ <result column="CO_REG_ADDR" jdbcType="VARCHAR" property="coRegAddr"/>
|
|
|
13
|
+ <result column="APPR_DEP" jdbcType="VARCHAR" property="apprDep"/>
|
|
|
14
|
+ <result column="APPR_NO" jdbcType="VARCHAR" property="apprNo"/>
|
|
|
15
|
+ <result column="APPR_VALID_TIME" jdbcType="DATE" property="apprValidTime"/>
|
|
|
16
|
+ <result column="APPR_PORTS" jdbcType="VARCHAR" property="apprPorts"/>
|
|
|
17
|
+ <result column="CO_NAME_CN" jdbcType="VARCHAR" property="coNameCn"/>
|
|
|
18
|
+ <result column="CO_NAME_EN" jdbcType="VARCHAR" property="coNameEn"/>
|
|
|
19
|
+ <result column="CO_DEAL_TYPE" jdbcType="VARCHAR" property="coDealType"/>
|
|
|
20
|
+ <result column="CO_DEAL_QUA" jdbcType="VARCHAR" property="coDealQua"/>
|
|
|
21
|
+ <result column="CO_ADDR" jdbcType="VARCHAR" property="coAddr"/>
|
|
|
22
|
+ <result column="CO_REP" jdbcType="VARCHAR" property="coRep"/>
|
|
|
23
|
+ <result column="CO_REP_PHON" jdbcType="VARCHAR" property="coRepPhon"/>
|
|
|
24
|
+ <result column="INSIDE_ADDR" jdbcType="VARCHAR" property="insideAddr"/>
|
|
|
25
|
+ <result column="INSIDE_PHONE" jdbcType="VARCHAR" property="insidePhone"/>
|
|
|
26
|
+ <result column="CO_SERVICE_NAME" jdbcType="VARCHAR" property="coServiceName"/>
|
|
|
27
|
+ <result column="CO_SERVICE_ADDP" jdbcType="VARCHAR" property="coServiceAddp"/>
|
|
|
28
|
+ <result column="CO_SERVICE_PHONE" jdbcType="VARCHAR" property="coServicePhone"/>
|
|
|
29
|
+ <result column="APPR_GOODS_VE_COUNT" jdbcType="VARCHAR" property="apprGoodsVeCount"/>
|
|
|
30
|
+ <result column="APPR_PASSENGERS_VE_COUNT" jdbcType="VARCHAR" property="apprPassengersVeCount"/>
|
|
|
31
|
+ <result column="ASSURE_TYPE" jdbcType="VARCHAR" property="assureType"/>
|
|
|
32
|
+ <result column="ASSURE_LETTER_NO" jdbcType="VARCHAR" property="assureLetterNo"/>
|
|
|
33
|
+ <result column="ASSURE_MONEY" jdbcType="VARCHAR" property="assureMoney"/>
|
|
|
34
|
+ <result column="ASSURE_TERM" jdbcType="DATE" property="assureTerm"/>
|
|
|
35
|
+ <result column="ASSURE_CO_ORG_CODE" jdbcType="VARCHAR" property="assureCoOrgCode"/>
|
|
|
36
|
+ <result column="ASSURE_CO_NAME" jdbcType="VARCHAR" property="assureCoName"/>
|
|
|
37
|
+ <result column="ASSURE_CO_REP" jdbcType="VARCHAR" property="assureCoRep"/>
|
|
|
38
|
+ <result column="ASSURE_CO_PHONE" jdbcType="VARCHAR" property="assureCoPhone"/>
|
|
|
39
|
+ <result column="ASSURE_O_ADDR" jdbcType="VARCHAR" property="assureOAddr"/>
|
|
|
40
|
+ <result column="ASSURE_CONTACT" jdbcType="VARCHAR" property="assureContact"/>
|
|
|
41
|
+ <result column="ASSURE_CO_CON_PHONE" jdbcType="VARCHAR" property="assureCoConPhone"/>
|
|
|
42
|
+ <result column="MEMO" jdbcType="VARCHAR" property="memo"/>
|
|
|
43
|
+ <result column="CURR_APPLY_BUSSINE" jdbcType="VARCHAR" property="currApplyBussine"/>
|
|
|
44
|
+ <result column="PROPOSER" jdbcType="VARCHAR" property="proposer"/>
|
|
|
45
|
+ <result column="PROPOSE_TIME" jdbcType="TIMESTAMP" property="proposeTime"/>
|
|
|
46
|
+ <result column="CO_REC_TYPE" jdbcType="VARCHAR" property="coRecType"/>
|
|
|
47
|
+ <result column="OPERATION_TYPE" jdbcType="VARCHAR" property="operationType"/>
|
|
|
48
|
+ <result column="APPRO_NO_PIC" jdbcType="VARCHAR" property="approNoPic"/>
|
|
|
49
|
+ <result column="ABROAD_CO_INFO" jdbcType="VARCHAR" property="abroadCoInfo"/>
|
|
|
50
|
+ <result column="ABROAD_ID" jdbcType="VARCHAR" property="abroadId"/>
|
|
|
51
|
+ <result column="ABROAD_REGISTER" jdbcType="VARCHAR" property="abroadRegister"/>
|
|
|
52
|
+ <result column="ABROAD_ADDR" jdbcType="VARCHAR" property="abroadAddr"/>
|
|
|
53
|
+ <result column="ABROAD_PHONE" jdbcType="VARCHAR" property="abroadPhone"/>
|
|
|
54
|
+ <result column="OPERATION_TYPE_ABROAD" jdbcType="VARCHAR" property="operationTypeAbroad"/>
|
|
|
55
|
+ <result column="ASSUME_CO_INFO" jdbcType="VARCHAR" property="assumeCoInfo"/>
|
|
|
56
|
+ <result column="ASSUME_ID" jdbcType="VARCHAR" property="assumeId"/>
|
|
|
57
|
+ <result column="ASSUME_NAME" jdbcType="VARCHAR" property="assumeName"/>
|
|
|
58
|
+ <result column="ASSUME_REP" jdbcType="VARCHAR" property="assumeRep"/>
|
|
|
59
|
+ <result column="ASSUME_REP_PHONE" jdbcType="VARCHAR" property="assumeRepPhone"/>
|
|
|
60
|
+ <result column="ASSUME_ADDR" jdbcType="VARCHAR" property="assumeAddr"/>
|
|
|
61
|
+ <result column="ASSUME_PHONE" jdbcType="VARCHAR" property="assumePhone"/>
|
|
|
62
|
+ <result column="OPERATION_TYPE_ASSUME" jdbcType="VARCHAR" property="operationTypeAssume"/>
|
|
|
63
|
+ <result column="CO_BELONG_PART_ORG" jdbcType="VARCHAR" property="coBelongPartOrg"/>
|
|
|
64
|
+ <result column="PART_ORG_ID" jdbcType="VARCHAR" property="partOrgId"/>
|
|
|
65
|
+ <result column="BELONG_ORG_NAME" jdbcType="VARCHAR" property="belongOrgName"/>
|
|
|
66
|
+ <result column="BELONG_ORG_ADDRESS" jdbcType="VARCHAR" property="belongOrgAddress"/>
|
|
|
67
|
+ <result column="BELONG_ORG_PRINCINAL" jdbcType="VARCHAR" property="belongOrgPrincinal"/>
|
|
|
68
|
+ <result column="BELONG_ORG_PHONE" jdbcType="VARCHAR" property="belongOrgPhone"/>
|
|
|
69
|
+ <result column="OPERAYION_TYPE_BELONG" jdbcType="VARCHAR" property="operationTypeBelong"/>
|
|
|
70
|
+ <result column="RETURNMESSAGE" jdbcType="VARCHAR" property="returnMessage"/>
|
|
|
71
|
+ <result column="CREATE_BY" jdbcType="VARCHAR" property="createBy"/>
|
|
|
72
|
+ <result column="CREATE_DATE" jdbcType="TIMESTAMP" property="createDate"/>
|
|
|
73
|
+ <result column="UPDATE_BY" jdbcType="VARCHAR" property="updateBy"/>
|
|
|
74
|
+ <result column="UPDATE_DATE" jdbcType="TIMESTAMP" property="updateDate"/>
|
|
|
75
|
+ </resultMap>
|
|
|
76
|
+ <sql id="Base_Column_List">
|
|
|
77
|
+ <!--@mbg.generated-->
|
|
|
78
|
+ ID, EPORT_ID, CO_CODE, MAIN_PORT, CO_REG_ADDR, APPR_DEP, APPR_NO, APPR_VALID_TIME,
|
|
|
79
|
+ APPR_PORTS, CO_NAME_CN, CO_NAME_EN, CO_DEAL_TYPE, CO_DEAL_QUA, CO_ADDR, CO_REP, CO_REP_PHON,
|
|
|
80
|
+ INSIDE_ADDR, INSIDE_PHONE, CO_SERVICE_NAME, CO_SERVICE_ADDP, CO_SERVICE_PHONE, APPR_GOODS_VE_COUNT,
|
|
|
81
|
+ APPR_PASSENGERS_VE_COUNT, ASSURE_TYPE, ASSURE_LETTER_NO, ASSURE_MONEY, ASSURE_TERM,
|
|
|
82
|
+ ASSURE_CO_ORG_CODE, ASSURE_CO_NAME, ASSURE_CO_REP, ASSURE_CO_PHONE, ASSURE_O_ADDR,
|
|
|
83
|
+ ASSURE_CONTACT, ASSURE_CO_CON_PHONE, MEMO, CURR_APPLY_BUSSINE, PROPOSER, PROPOSE_TIME,
|
|
|
84
|
+ CO_REC_TYPE, OPERATION_TYPE, APPRO_NO_PIC, ABROAD_CO_INFO, ABROAD_ID, ABROAD_REGISTER,
|
|
|
85
|
+ ABROAD_ADDR, ABROAD_PHONE, OPERATION_TYPE_ABROAD, ASSUME_CO_INFO, ASSUME_ID, ASSUME_NAME,
|
|
|
86
|
+ ASSUME_REP, ASSUME_REP_PHONE, ASSUME_ADDR, ASSUME_PHONE, OPERATION_TYPE_ASSUME, CO_BELONG_PART_ORG,
|
|
|
87
|
+ PART_ORG_ID, BELONG_ORG_NAME, BELONG_ORG_ADDRESS, BELONG_ORG_PRINCINAL, BELONG_ORG_PHONE,
|
|
|
88
|
+ OPERAYION_TYPE_BELONG, RETURNMESSAGE, CREATE_BY, CREATE_DATE, UPDATE_BY, UPDATE_DATE
|
|
|
89
|
+ </sql>
|
|
|
90
|
+ <select id="selectByPrimaryKey" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
|
91
|
+ <!--@mbg.generated-->
|
|
|
92
|
+ select
|
|
|
93
|
+ <include refid="Base_Column_List"/>
|
|
|
94
|
+ from land_corporation_info
|
|
|
95
|
+ where ID = #{id,jdbcType=VARCHAR}
|
|
|
96
|
+ </select>
|
|
|
97
|
+
|
|
|
98
|
+ <select id="selectListByPage" parameterType="com.sunyo.wlpt.vehicle.manage.domain.LandCorporationInfo" resultMap="BaseResultMap">
|
|
|
99
|
+ select
|
|
|
100
|
+ <include refid="Base_Column_List"/>
|
|
|
101
|
+ from land_corporation_info
|
|
|
102
|
+ <where>
|
|
|
103
|
+ <!-- 企业代码 -->
|
|
|
104
|
+ <if test="coCode != null and coCode != ''">
|
|
|
105
|
+ CO_CODE = #{coCode,jdbcType=VARCHAR}
|
|
|
106
|
+ </if>
|
|
|
107
|
+ </where>
|
|
|
108
|
+ </select>
|
|
|
109
|
+
|
|
|
110
|
+ <delete id="deleteByPrimaryKey" parameterType="java.lang.String">
|
|
|
111
|
+ <!--@mbg.generated-->
|
|
|
112
|
+ delete
|
|
|
113
|
+ from land_corporation_info
|
|
|
114
|
+ where ID = #{id,jdbcType=VARCHAR}
|
|
|
115
|
+ </delete>
|
|
|
116
|
+
|
|
|
117
|
+ <delete id="batchRemoveByIds" parameterType="java.lang.String">
|
|
|
118
|
+ delete
|
|
|
119
|
+ from land_corporation_info
|
|
|
120
|
+ where ID in
|
|
|
121
|
+ <foreach collection="array" open="(" close=")" separator="," item="id">
|
|
|
122
|
+ #{id,jdbcType=VARCHAR}
|
|
|
123
|
+ </foreach>
|
|
|
124
|
+ </delete>
|
|
|
125
|
+ <insert id="insert" parameterType="com.sunyo.wlpt.vehicle.manage.domain.LandCorporationInfo">
|
|
|
126
|
+ <!--@mbg.generated-->
|
|
|
127
|
+ insert into land_corporation_info (ID, EPORT_ID, CO_CODE,
|
|
|
128
|
+ MAIN_PORT, CO_REG_ADDR, APPR_DEP,
|
|
|
129
|
+ APPR_NO, APPR_VALID_TIME, APPR_PORTS,
|
|
|
130
|
+ CO_NAME_CN, CO_NAME_EN, CO_DEAL_TYPE,
|
|
|
131
|
+ CO_DEAL_QUA, CO_ADDR, CO_REP,
|
|
|
132
|
+ CO_REP_PHON, INSIDE_ADDR, INSIDE_PHONE,
|
|
|
133
|
+ CO_SERVICE_NAME, CO_SERVICE_ADDP, CO_SERVICE_PHONE,
|
|
|
134
|
+ APPR_GOODS_VE_COUNT, APPR_PASSENGERS_VE_COUNT,
|
|
|
135
|
+ ASSURE_TYPE, ASSURE_LETTER_NO, ASSURE_MONEY,
|
|
|
136
|
+ ASSURE_TERM, ASSURE_CO_ORG_CODE, ASSURE_CO_NAME,
|
|
|
137
|
+ ASSURE_CO_REP, ASSURE_CO_PHONE, ASSURE_O_ADDR,
|
|
|
138
|
+ ASSURE_CONTACT, ASSURE_CO_CON_PHONE, MEMO,
|
|
|
139
|
+ CURR_APPLY_BUSSINE, PROPOSER, PROPOSE_TIME,
|
|
|
140
|
+ CO_REC_TYPE, OPERATION_TYPE, APPRO_NO_PIC,
|
|
|
141
|
+ ABROAD_CO_INFO, ABROAD_ID, ABROAD_REGISTER,
|
|
|
142
|
+ ABROAD_ADDR, ABROAD_PHONE, OPERATION_TYPE_ABROAD,
|
|
|
143
|
+ ASSUME_CO_INFO, ASSUME_ID, ASSUME_NAME,
|
|
|
144
|
+ ASSUME_REP, ASSUME_REP_PHONE, ASSUME_ADDR,
|
|
|
145
|
+ ASSUME_PHONE, OPERATION_TYPE_ASSUME, CO_BELONG_PART_ORG,
|
|
|
146
|
+ PART_ORG_ID, BELONG_ORG_NAME, BELONG_ORG_ADDRESS,
|
|
|
147
|
+ BELONG_ORG_PRINCINAL, BELONG_ORG_PHONE, OPERAYION_TYPE_BELONG,
|
|
|
148
|
+ RETURNMESSAGE, CREATE_BY, CREATE_DATE,
|
|
|
149
|
+ UPDATE_BY, UPDATE_DATE)
|
|
|
150
|
+ values (#{id,jdbcType=VARCHAR}, #{eportId,jdbcType=VARCHAR}, #{coCode,jdbcType=VARCHAR},
|
|
|
151
|
+ #{mainPort,jdbcType=VARCHAR}, #{coRegAddr,jdbcType=VARCHAR}, #{apprDep,jdbcType=VARCHAR},
|
|
|
152
|
+ #{apprNo,jdbcType=VARCHAR}, #{apprValidTime,jdbcType=DATE}, #{apprPorts,jdbcType=VARCHAR},
|
|
|
153
|
+ #{coNameCn,jdbcType=VARCHAR}, #{coNameEn,jdbcType=VARCHAR}, #{coDealType,jdbcType=VARCHAR},
|
|
|
154
|
+ #{coDealQua,jdbcType=VARCHAR}, #{coAddr,jdbcType=VARCHAR}, #{coRep,jdbcType=VARCHAR},
|
|
|
155
|
+ #{coRepPhon,jdbcType=VARCHAR}, #{insideAddr,jdbcType=VARCHAR}, #{insidePhone,jdbcType=VARCHAR},
|
|
|
156
|
+ #{coServiceName,jdbcType=VARCHAR}, #{coServiceAddp,jdbcType=VARCHAR}, #{coServicePhone,jdbcType=VARCHAR},
|
|
|
157
|
+ #{apprGoodsVeCount,jdbcType=VARCHAR}, #{apprPassengersVeCount,jdbcType=VARCHAR},
|
|
|
158
|
+ #{assureType,jdbcType=VARCHAR}, #{assureLetterNo,jdbcType=VARCHAR}, #{assureMoney,jdbcType=VARCHAR},
|
|
|
159
|
+ #{assureTerm,jdbcType=DATE}, #{assureCoOrgCode,jdbcType=VARCHAR}, #{assureCoName,jdbcType=VARCHAR},
|
|
|
160
|
+ #{assureCoRep,jdbcType=VARCHAR}, #{assureCoPhone,jdbcType=VARCHAR}, #{assureOAddr,jdbcType=VARCHAR},
|
|
|
161
|
+ #{assureContact,jdbcType=VARCHAR}, #{assureCoConPhone,jdbcType=VARCHAR}, #{memo,jdbcType=VARCHAR},
|
|
|
162
|
+ #{currApplyBussine,jdbcType=VARCHAR}, #{proposer,jdbcType=VARCHAR}, #{proposeTime,jdbcType=TIMESTAMP},
|
|
|
163
|
+ #{coRecType,jdbcType=VARCHAR}, #{operationType,jdbcType=VARCHAR}, #{approNoPic,jdbcType=VARCHAR},
|
|
|
164
|
+ #{abroadCoInfo,jdbcType=VARCHAR}, #{abroadId,jdbcType=VARCHAR}, #{abroadRegister,jdbcType=VARCHAR},
|
|
|
165
|
+ #{abroadAddr,jdbcType=VARCHAR}, #{abroadPhone,jdbcType=VARCHAR}, #{operationTypeAbroad,jdbcType=VARCHAR},
|
|
|
166
|
+ #{assumeCoInfo,jdbcType=VARCHAR}, #{assumeId,jdbcType=VARCHAR}, #{assumeName,jdbcType=VARCHAR},
|
|
|
167
|
+ #{assumeRep,jdbcType=VARCHAR}, #{assumeRepPhone,jdbcType=VARCHAR}, #{assumeAddr,jdbcType=VARCHAR},
|
|
|
168
|
+ #{assumePhone,jdbcType=VARCHAR}, #{operationTypeAssume,jdbcType=VARCHAR}, #{coBelongPartOrg,jdbcType=VARCHAR},
|
|
|
169
|
+ #{partOrgId,jdbcType=VARCHAR}, #{belongOrgName,jdbcType=VARCHAR}, #{belongOrgAddress,jdbcType=VARCHAR},
|
|
|
170
|
+ #{belongOrgPrincinal,jdbcType=VARCHAR}, #{belongOrgPhone,jdbcType=VARCHAR}, #{operationTypeBelong,jdbcType=VARCHAR},
|
|
|
171
|
+ #{returnMessage,jdbcType=VARCHAR}, #{createBy,jdbcType=VARCHAR}, #{createDate,jdbcType=TIMESTAMP},
|
|
|
172
|
+ #{updateBy,jdbcType=VARCHAR}, #{updateDate,jdbcType=TIMESTAMP})
|
|
|
173
|
+ </insert>
|
|
|
174
|
+ <insert id="insertSelective" parameterType="com.sunyo.wlpt.vehicle.manage.domain.LandCorporationInfo">
|
|
|
175
|
+ <!--@mbg.generated-->
|
|
|
176
|
+ insert into land_corporation_info
|
|
|
177
|
+ <trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
178
|
+ <if test="id != null">
|
|
|
179
|
+ ID,
|
|
|
180
|
+ </if>
|
|
|
181
|
+ <if test="eportId != null">
|
|
|
182
|
+ EPORT_ID,
|
|
|
183
|
+ </if>
|
|
|
184
|
+ <if test="coCode != null">
|
|
|
185
|
+ CO_CODE,
|
|
|
186
|
+ </if>
|
|
|
187
|
+ <if test="mainPort != null">
|
|
|
188
|
+ MAIN_PORT,
|
|
|
189
|
+ </if>
|
|
|
190
|
+ <if test="coRegAddr != null">
|
|
|
191
|
+ CO_REG_ADDR,
|
|
|
192
|
+ </if>
|
|
|
193
|
+ <if test="apprDep != null">
|
|
|
194
|
+ APPR_DEP,
|
|
|
195
|
+ </if>
|
|
|
196
|
+ <if test="apprNo != null">
|
|
|
197
|
+ APPR_NO,
|
|
|
198
|
+ </if>
|
|
|
199
|
+ <if test="apprValidTime != null">
|
|
|
200
|
+ APPR_VALID_TIME,
|
|
|
201
|
+ </if>
|
|
|
202
|
+ <if test="apprPorts != null">
|
|
|
203
|
+ APPR_PORTS,
|
|
|
204
|
+ </if>
|
|
|
205
|
+ <if test="coNameCn != null">
|
|
|
206
|
+ CO_NAME_CN,
|
|
|
207
|
+ </if>
|
|
|
208
|
+ <if test="coNameEn != null">
|
|
|
209
|
+ CO_NAME_EN,
|
|
|
210
|
+ </if>
|
|
|
211
|
+ <if test="coDealType != null">
|
|
|
212
|
+ CO_DEAL_TYPE,
|
|
|
213
|
+ </if>
|
|
|
214
|
+ <if test="coDealQua != null">
|
|
|
215
|
+ CO_DEAL_QUA,
|
|
|
216
|
+ </if>
|
|
|
217
|
+ <if test="coAddr != null">
|
|
|
218
|
+ CO_ADDR,
|
|
|
219
|
+ </if>
|
|
|
220
|
+ <if test="coRep != null">
|
|
|
221
|
+ CO_REP,
|
|
|
222
|
+ </if>
|
|
|
223
|
+ <if test="coRepPhon != null">
|
|
|
224
|
+ CO_REP_PHON,
|
|
|
225
|
+ </if>
|
|
|
226
|
+ <if test="insideAddr != null">
|
|
|
227
|
+ INSIDE_ADDR,
|
|
|
228
|
+ </if>
|
|
|
229
|
+ <if test="insidePhone != null">
|
|
|
230
|
+ INSIDE_PHONE,
|
|
|
231
|
+ </if>
|
|
|
232
|
+ <if test="coServiceName != null">
|
|
|
233
|
+ CO_SERVICE_NAME,
|
|
|
234
|
+ </if>
|
|
|
235
|
+ <if test="coServiceAddp != null">
|
|
|
236
|
+ CO_SERVICE_ADDP,
|
|
|
237
|
+ </if>
|
|
|
238
|
+ <if test="coServicePhone != null">
|
|
|
239
|
+ CO_SERVICE_PHONE,
|
|
|
240
|
+ </if>
|
|
|
241
|
+ <if test="apprGoodsVeCount != null">
|
|
|
242
|
+ APPR_GOODS_VE_COUNT,
|
|
|
243
|
+ </if>
|
|
|
244
|
+ <if test="apprPassengersVeCount != null">
|
|
|
245
|
+ APPR_PASSENGERS_VE_COUNT,
|
|
|
246
|
+ </if>
|
|
|
247
|
+ <if test="assureType != null">
|
|
|
248
|
+ ASSURE_TYPE,
|
|
|
249
|
+ </if>
|
|
|
250
|
+ <if test="assureLetterNo != null">
|
|
|
251
|
+ ASSURE_LETTER_NO,
|
|
|
252
|
+ </if>
|
|
|
253
|
+ <if test="assureMoney != null">
|
|
|
254
|
+ ASSURE_MONEY,
|
|
|
255
|
+ </if>
|
|
|
256
|
+ <if test="assureTerm != null">
|
|
|
257
|
+ ASSURE_TERM,
|
|
|
258
|
+ </if>
|
|
|
259
|
+ <if test="assureCoOrgCode != null">
|
|
|
260
|
+ ASSURE_CO_ORG_CODE,
|
|
|
261
|
+ </if>
|
|
|
262
|
+ <if test="assureCoName != null">
|
|
|
263
|
+ ASSURE_CO_NAME,
|
|
|
264
|
+ </if>
|
|
|
265
|
+ <if test="assureCoRep != null">
|
|
|
266
|
+ ASSURE_CO_REP,
|
|
|
267
|
+ </if>
|
|
|
268
|
+ <if test="assureCoPhone != null">
|
|
|
269
|
+ ASSURE_CO_PHONE,
|
|
|
270
|
+ </if>
|
|
|
271
|
+ <if test="assureOAddr != null">
|
|
|
272
|
+ ASSURE_O_ADDR,
|
|
|
273
|
+ </if>
|
|
|
274
|
+ <if test="assureContact != null">
|
|
|
275
|
+ ASSURE_CONTACT,
|
|
|
276
|
+ </if>
|
|
|
277
|
+ <if test="assureCoConPhone != null">
|
|
|
278
|
+ ASSURE_CO_CON_PHONE,
|
|
|
279
|
+ </if>
|
|
|
280
|
+ <if test="memo != null">
|
|
|
281
|
+ MEMO,
|
|
|
282
|
+ </if>
|
|
|
283
|
+ <if test="currApplyBussine != null">
|
|
|
284
|
+ CURR_APPLY_BUSSINE,
|
|
|
285
|
+ </if>
|
|
|
286
|
+ <if test="proposer != null">
|
|
|
287
|
+ PROPOSER,
|
|
|
288
|
+ </if>
|
|
|
289
|
+ <if test="proposeTime != null">
|
|
|
290
|
+ PROPOSE_TIME,
|
|
|
291
|
+ </if>
|
|
|
292
|
+ <if test="coRecType != null">
|
|
|
293
|
+ CO_REC_TYPE,
|
|
|
294
|
+ </if>
|
|
|
295
|
+ <if test="operationType != null">
|
|
|
296
|
+ OPERATION_TYPE,
|
|
|
297
|
+ </if>
|
|
|
298
|
+ <if test="approNoPic != null">
|
|
|
299
|
+ APPRO_NO_PIC,
|
|
|
300
|
+ </if>
|
|
|
301
|
+ <if test="abroadCoInfo != null">
|
|
|
302
|
+ ABROAD_CO_INFO,
|
|
|
303
|
+ </if>
|
|
|
304
|
+ <if test="abroadId != null">
|
|
|
305
|
+ ABROAD_ID,
|
|
|
306
|
+ </if>
|
|
|
307
|
+ <if test="abroadRegister != null">
|
|
|
308
|
+ ABROAD_REGISTER,
|
|
|
309
|
+ </if>
|
|
|
310
|
+ <if test="abroadAddr != null">
|
|
|
311
|
+ ABROAD_ADDR,
|
|
|
312
|
+ </if>
|
|
|
313
|
+ <if test="abroadPhone != null">
|
|
|
314
|
+ ABROAD_PHONE,
|
|
|
315
|
+ </if>
|
|
|
316
|
+ <if test="operationTypeAbroad != null">
|
|
|
317
|
+ OPERATION_TYPE_ABROAD,
|
|
|
318
|
+ </if>
|
|
|
319
|
+ <if test="assumeCoInfo != null">
|
|
|
320
|
+ ASSUME_CO_INFO,
|
|
|
321
|
+ </if>
|
|
|
322
|
+ <if test="assumeId != null">
|
|
|
323
|
+ ASSUME_ID,
|
|
|
324
|
+ </if>
|
|
|
325
|
+ <if test="assumeName != null">
|
|
|
326
|
+ ASSUME_NAME,
|
|
|
327
|
+ </if>
|
|
|
328
|
+ <if test="assumeRep != null">
|
|
|
329
|
+ ASSUME_REP,
|
|
|
330
|
+ </if>
|
|
|
331
|
+ <if test="assumeRepPhone != null">
|
|
|
332
|
+ ASSUME_REP_PHONE,
|
|
|
333
|
+ </if>
|
|
|
334
|
+ <if test="assumeAddr != null">
|
|
|
335
|
+ ASSUME_ADDR,
|
|
|
336
|
+ </if>
|
|
|
337
|
+ <if test="assumePhone != null">
|
|
|
338
|
+ ASSUME_PHONE,
|
|
|
339
|
+ </if>
|
|
|
340
|
+ <if test="operationTypeAssume != null">
|
|
|
341
|
+ OPERATION_TYPE_ASSUME,
|
|
|
342
|
+ </if>
|
|
|
343
|
+ <if test="coBelongPartOrg != null">
|
|
|
344
|
+ CO_BELONG_PART_ORG,
|
|
|
345
|
+ </if>
|
|
|
346
|
+ <if test="partOrgId != null">
|
|
|
347
|
+ PART_ORG_ID,
|
|
|
348
|
+ </if>
|
|
|
349
|
+ <if test="belongOrgName != null">
|
|
|
350
|
+ BELONG_ORG_NAME,
|
|
|
351
|
+ </if>
|
|
|
352
|
+ <if test="belongOrgAddress != null">
|
|
|
353
|
+ BELONG_ORG_ADDRESS,
|
|
|
354
|
+ </if>
|
|
|
355
|
+ <if test="belongOrgPrincinal != null">
|
|
|
356
|
+ BELONG_ORG_PRINCINAL,
|
|
|
357
|
+ </if>
|
|
|
358
|
+ <if test="belongOrgPhone != null">
|
|
|
359
|
+ BELONG_ORG_PHONE,
|
|
|
360
|
+ </if>
|
|
|
361
|
+ <if test="operationTypeBelong != null">
|
|
|
362
|
+ OPERAYION_TYPE_BELONG,
|
|
|
363
|
+ </if>
|
|
|
364
|
+ <if test="returnMessage != null">
|
|
|
365
|
+ RETURNMESSAGE,
|
|
|
366
|
+ </if>
|
|
|
367
|
+ <if test="createBy != null">
|
|
|
368
|
+ CREATE_BY,
|
|
|
369
|
+ </if>
|
|
|
370
|
+ <if test="createDate != null">
|
|
|
371
|
+ CREATE_DATE,
|
|
|
372
|
+ </if>
|
|
|
373
|
+ <if test="updateBy != null">
|
|
|
374
|
+ UPDATE_BY,
|
|
|
375
|
+ </if>
|
|
|
376
|
+ <if test="updateDate != null">
|
|
|
377
|
+ UPDATE_DATE,
|
|
|
378
|
+ </if>
|
|
|
379
|
+ </trim>
|
|
|
380
|
+ <trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
381
|
+ <if test="id != null">
|
|
|
382
|
+ #{id,jdbcType=VARCHAR},
|
|
|
383
|
+ </if>
|
|
|
384
|
+ <if test="eportId != null">
|
|
|
385
|
+ #{eportId,jdbcType=VARCHAR},
|
|
|
386
|
+ </if>
|
|
|
387
|
+ <if test="coCode != null">
|
|
|
388
|
+ #{coCode,jdbcType=VARCHAR},
|
|
|
389
|
+ </if>
|
|
|
390
|
+ <if test="mainPort != null">
|
|
|
391
|
+ #{mainPort,jdbcType=VARCHAR},
|
|
|
392
|
+ </if>
|
|
|
393
|
+ <if test="coRegAddr != null">
|
|
|
394
|
+ #{coRegAddr,jdbcType=VARCHAR},
|
|
|
395
|
+ </if>
|
|
|
396
|
+ <if test="apprDep != null">
|
|
|
397
|
+ #{apprDep,jdbcType=VARCHAR},
|
|
|
398
|
+ </if>
|
|
|
399
|
+ <if test="apprNo != null">
|
|
|
400
|
+ #{apprNo,jdbcType=VARCHAR},
|
|
|
401
|
+ </if>
|
|
|
402
|
+ <if test="apprValidTime != null">
|
|
|
403
|
+ #{apprValidTime,jdbcType=DATE},
|
|
|
404
|
+ </if>
|
|
|
405
|
+ <if test="apprPorts != null">
|
|
|
406
|
+ #{apprPorts,jdbcType=VARCHAR},
|
|
|
407
|
+ </if>
|
|
|
408
|
+ <if test="coNameCn != null">
|
|
|
409
|
+ #{coNameCn,jdbcType=VARCHAR},
|
|
|
410
|
+ </if>
|
|
|
411
|
+ <if test="coNameEn != null">
|
|
|
412
|
+ #{coNameEn,jdbcType=VARCHAR},
|
|
|
413
|
+ </if>
|
|
|
414
|
+ <if test="coDealType != null">
|
|
|
415
|
+ #{coDealType,jdbcType=VARCHAR},
|
|
|
416
|
+ </if>
|
|
|
417
|
+ <if test="coDealQua != null">
|
|
|
418
|
+ #{coDealQua,jdbcType=VARCHAR},
|
|
|
419
|
+ </if>
|
|
|
420
|
+ <if test="coAddr != null">
|
|
|
421
|
+ #{coAddr,jdbcType=VARCHAR},
|
|
|
422
|
+ </if>
|
|
|
423
|
+ <if test="coRep != null">
|
|
|
424
|
+ #{coRep,jdbcType=VARCHAR},
|
|
|
425
|
+ </if>
|
|
|
426
|
+ <if test="coRepPhon != null">
|
|
|
427
|
+ #{coRepPhon,jdbcType=VARCHAR},
|
|
|
428
|
+ </if>
|
|
|
429
|
+ <if test="insideAddr != null">
|
|
|
430
|
+ #{insideAddr,jdbcType=VARCHAR},
|
|
|
431
|
+ </if>
|
|
|
432
|
+ <if test="insidePhone != null">
|
|
|
433
|
+ #{insidePhone,jdbcType=VARCHAR},
|
|
|
434
|
+ </if>
|
|
|
435
|
+ <if test="coServiceName != null">
|
|
|
436
|
+ #{coServiceName,jdbcType=VARCHAR},
|
|
|
437
|
+ </if>
|
|
|
438
|
+ <if test="coServiceAddp != null">
|
|
|
439
|
+ #{coServiceAddp,jdbcType=VARCHAR},
|
|
|
440
|
+ </if>
|
|
|
441
|
+ <if test="coServicePhone != null">
|
|
|
442
|
+ #{coServicePhone,jdbcType=VARCHAR},
|
|
|
443
|
+ </if>
|
|
|
444
|
+ <if test="apprGoodsVeCount != null">
|
|
|
445
|
+ #{apprGoodsVeCount,jdbcType=VARCHAR},
|
|
|
446
|
+ </if>
|
|
|
447
|
+ <if test="apprPassengersVeCount != null">
|
|
|
448
|
+ #{apprPassengersVeCount,jdbcType=VARCHAR},
|
|
|
449
|
+ </if>
|
|
|
450
|
+ <if test="assureType != null">
|
|
|
451
|
+ #{assureType,jdbcType=VARCHAR},
|
|
|
452
|
+ </if>
|
|
|
453
|
+ <if test="assureLetterNo != null">
|
|
|
454
|
+ #{assureLetterNo,jdbcType=VARCHAR},
|
|
|
455
|
+ </if>
|
|
|
456
|
+ <if test="assureMoney != null">
|
|
|
457
|
+ #{assureMoney,jdbcType=VARCHAR},
|
|
|
458
|
+ </if>
|
|
|
459
|
+ <if test="assureTerm != null">
|
|
|
460
|
+ #{assureTerm,jdbcType=DATE},
|
|
|
461
|
+ </if>
|
|
|
462
|
+ <if test="assureCoOrgCode != null">
|
|
|
463
|
+ #{assureCoOrgCode,jdbcType=VARCHAR},
|
|
|
464
|
+ </if>
|
|
|
465
|
+ <if test="assureCoName != null">
|
|
|
466
|
+ #{assureCoName,jdbcType=VARCHAR},
|
|
|
467
|
+ </if>
|
|
|
468
|
+ <if test="assureCoRep != null">
|
|
|
469
|
+ #{assureCoRep,jdbcType=VARCHAR},
|
|
|
470
|
+ </if>
|
|
|
471
|
+ <if test="assureCoPhone != null">
|
|
|
472
|
+ #{assureCoPhone,jdbcType=VARCHAR},
|
|
|
473
|
+ </if>
|
|
|
474
|
+ <if test="assureOAddr != null">
|
|
|
475
|
+ #{assureOAddr,jdbcType=VARCHAR},
|
|
|
476
|
+ </if>
|
|
|
477
|
+ <if test="assureContact != null">
|
|
|
478
|
+ #{assureContact,jdbcType=VARCHAR},
|
|
|
479
|
+ </if>
|
|
|
480
|
+ <if test="assureCoConPhone != null">
|
|
|
481
|
+ #{assureCoConPhone,jdbcType=VARCHAR},
|
|
|
482
|
+ </if>
|
|
|
483
|
+ <if test="memo != null">
|
|
|
484
|
+ #{memo,jdbcType=VARCHAR},
|
|
|
485
|
+ </if>
|
|
|
486
|
+ <if test="currApplyBussine != null">
|
|
|
487
|
+ #{currApplyBussine,jdbcType=VARCHAR},
|
|
|
488
|
+ </if>
|
|
|
489
|
+ <if test="proposer != null">
|
|
|
490
|
+ #{proposer,jdbcType=VARCHAR},
|
|
|
491
|
+ </if>
|
|
|
492
|
+ <if test="proposeTime != null">
|
|
|
493
|
+ #{proposeTime,jdbcType=TIMESTAMP},
|
|
|
494
|
+ </if>
|
|
|
495
|
+ <if test="coRecType != null">
|
|
|
496
|
+ #{coRecType,jdbcType=VARCHAR},
|
|
|
497
|
+ </if>
|
|
|
498
|
+ <if test="operationType != null">
|
|
|
499
|
+ #{operationType,jdbcType=VARCHAR},
|
|
|
500
|
+ </if>
|
|
|
501
|
+ <if test="approNoPic != null">
|
|
|
502
|
+ #{approNoPic,jdbcType=VARCHAR},
|
|
|
503
|
+ </if>
|
|
|
504
|
+ <if test="abroadCoInfo != null">
|
|
|
505
|
+ #{abroadCoInfo,jdbcType=VARCHAR},
|
|
|
506
|
+ </if>
|
|
|
507
|
+ <if test="abroadId != null">
|
|
|
508
|
+ #{abroadId,jdbcType=VARCHAR},
|
|
|
509
|
+ </if>
|
|
|
510
|
+ <if test="abroadRegister != null">
|
|
|
511
|
+ #{abroadRegister,jdbcType=VARCHAR},
|
|
|
512
|
+ </if>
|
|
|
513
|
+ <if test="abroadAddr != null">
|
|
|
514
|
+ #{abroadAddr,jdbcType=VARCHAR},
|
|
|
515
|
+ </if>
|
|
|
516
|
+ <if test="abroadPhone != null">
|
|
|
517
|
+ #{abroadPhone,jdbcType=VARCHAR},
|
|
|
518
|
+ </if>
|
|
|
519
|
+ <if test="operationTypeAbroad != null">
|
|
|
520
|
+ #{operationTypeAbroad,jdbcType=VARCHAR},
|
|
|
521
|
+ </if>
|
|
|
522
|
+ <if test="assumeCoInfo != null">
|
|
|
523
|
+ #{assumeCoInfo,jdbcType=VARCHAR},
|
|
|
524
|
+ </if>
|
|
|
525
|
+ <if test="assumeId != null">
|
|
|
526
|
+ #{assumeId,jdbcType=VARCHAR},
|
|
|
527
|
+ </if>
|
|
|
528
|
+ <if test="assumeName != null">
|
|
|
529
|
+ #{assumeName,jdbcType=VARCHAR},
|
|
|
530
|
+ </if>
|
|
|
531
|
+ <if test="assumeRep != null">
|
|
|
532
|
+ #{assumeRep,jdbcType=VARCHAR},
|
|
|
533
|
+ </if>
|
|
|
534
|
+ <if test="assumeRepPhone != null">
|
|
|
535
|
+ #{assumeRepPhone,jdbcType=VARCHAR},
|
|
|
536
|
+ </if>
|
|
|
537
|
+ <if test="assumeAddr != null">
|
|
|
538
|
+ #{assumeAddr,jdbcType=VARCHAR},
|
|
|
539
|
+ </if>
|
|
|
540
|
+ <if test="assumePhone != null">
|
|
|
541
|
+ #{assumePhone,jdbcType=VARCHAR},
|
|
|
542
|
+ </if>
|
|
|
543
|
+ <if test="operationTypeAssume != null">
|
|
|
544
|
+ #{operationTypeAssume,jdbcType=VARCHAR},
|
|
|
545
|
+ </if>
|
|
|
546
|
+ <if test="coBelongPartOrg != null">
|
|
|
547
|
+ #{coBelongPartOrg,jdbcType=VARCHAR},
|
|
|
548
|
+ </if>
|
|
|
549
|
+ <if test="partOrgId != null">
|
|
|
550
|
+ #{partOrgId,jdbcType=VARCHAR},
|
|
|
551
|
+ </if>
|
|
|
552
|
+ <if test="belongOrgName != null">
|
|
|
553
|
+ #{belongOrgName,jdbcType=VARCHAR},
|
|
|
554
|
+ </if>
|
|
|
555
|
+ <if test="belongOrgAddress != null">
|
|
|
556
|
+ #{belongOrgAddress,jdbcType=VARCHAR},
|
|
|
557
|
+ </if>
|
|
|
558
|
+ <if test="belongOrgPrincinal != null">
|
|
|
559
|
+ #{belongOrgPrincinal,jdbcType=VARCHAR},
|
|
|
560
|
+ </if>
|
|
|
561
|
+ <if test="belongOrgPhone != null">
|
|
|
562
|
+ #{belongOrgPhone,jdbcType=VARCHAR},
|
|
|
563
|
+ </if>
|
|
|
564
|
+ <if test="operationTypeBelong != null">
|
|
|
565
|
+ #{operationTypeBelong,jdbcType=VARCHAR},
|
|
|
566
|
+ </if>
|
|
|
567
|
+ <if test="returnMessage != null">
|
|
|
568
|
+ #{returnMessage,jdbcType=VARCHAR},
|
|
|
569
|
+ </if>
|
|
|
570
|
+ <if test="createBy != null">
|
|
|
571
|
+ #{createBy,jdbcType=VARCHAR},
|
|
|
572
|
+ </if>
|
|
|
573
|
+ <if test="createDate != null">
|
|
|
574
|
+ #{createDate,jdbcType=TIMESTAMP},
|
|
|
575
|
+ </if>
|
|
|
576
|
+ <if test="updateBy != null">
|
|
|
577
|
+ #{updateBy,jdbcType=VARCHAR},
|
|
|
578
|
+ </if>
|
|
|
579
|
+ <if test="updateDate != null">
|
|
|
580
|
+ #{updateDate,jdbcType=TIMESTAMP},
|
|
|
581
|
+ </if>
|
|
|
582
|
+ </trim>
|
|
|
583
|
+ </insert>
|
|
|
584
|
+ <update id="updateByPrimaryKeySelective" parameterType="com.sunyo.wlpt.vehicle.manage.domain.LandCorporationInfo">
|
|
|
585
|
+ <!--@mbg.generated-->
|
|
|
586
|
+ update land_corporation_info
|
|
|
587
|
+ <set>
|
|
|
588
|
+ <if test="eportId != null">
|
|
|
589
|
+ EPORT_ID = #{eportId,jdbcType=VARCHAR},
|
|
|
590
|
+ </if>
|
|
|
591
|
+ <if test="coCode != null">
|
|
|
592
|
+ CO_CODE = #{coCode,jdbcType=VARCHAR},
|
|
|
593
|
+ </if>
|
|
|
594
|
+ <if test="mainPort != null">
|
|
|
595
|
+ MAIN_PORT = #{mainPort,jdbcType=VARCHAR},
|
|
|
596
|
+ </if>
|
|
|
597
|
+ <if test="coRegAddr != null">
|
|
|
598
|
+ CO_REG_ADDR = #{coRegAddr,jdbcType=VARCHAR},
|
|
|
599
|
+ </if>
|
|
|
600
|
+ <if test="apprDep != null">
|
|
|
601
|
+ APPR_DEP = #{apprDep,jdbcType=VARCHAR},
|
|
|
602
|
+ </if>
|
|
|
603
|
+ <if test="apprNo != null">
|
|
|
604
|
+ APPR_NO = #{apprNo,jdbcType=VARCHAR},
|
|
|
605
|
+ </if>
|
|
|
606
|
+ <if test="apprValidTime != null">
|
|
|
607
|
+ APPR_VALID_TIME = #{apprValidTime,jdbcType=DATE},
|
|
|
608
|
+ </if>
|
|
|
609
|
+ <if test="apprPorts != null">
|
|
|
610
|
+ APPR_PORTS = #{apprPorts,jdbcType=VARCHAR},
|
|
|
611
|
+ </if>
|
|
|
612
|
+ <if test="coNameCn != null">
|
|
|
613
|
+ CO_NAME_CN = #{coNameCn,jdbcType=VARCHAR},
|
|
|
614
|
+ </if>
|
|
|
615
|
+ <if test="coNameEn != null">
|
|
|
616
|
+ CO_NAME_EN = #{coNameEn,jdbcType=VARCHAR},
|
|
|
617
|
+ </if>
|
|
|
618
|
+ <if test="coDealType != null">
|
|
|
619
|
+ CO_DEAL_TYPE = #{coDealType,jdbcType=VARCHAR},
|
|
|
620
|
+ </if>
|
|
|
621
|
+ <if test="coDealQua != null">
|
|
|
622
|
+ CO_DEAL_QUA = #{coDealQua,jdbcType=VARCHAR},
|
|
|
623
|
+ </if>
|
|
|
624
|
+ <if test="coAddr != null">
|
|
|
625
|
+ CO_ADDR = #{coAddr,jdbcType=VARCHAR},
|
|
|
626
|
+ </if>
|
|
|
627
|
+ <if test="coRep != null">
|
|
|
628
|
+ CO_REP = #{coRep,jdbcType=VARCHAR},
|
|
|
629
|
+ </if>
|
|
|
630
|
+ <if test="coRepPhon != null">
|
|
|
631
|
+ CO_REP_PHON = #{coRepPhon,jdbcType=VARCHAR},
|
|
|
632
|
+ </if>
|
|
|
633
|
+ <if test="insideAddr != null">
|
|
|
634
|
+ INSIDE_ADDR = #{insideAddr,jdbcType=VARCHAR},
|
|
|
635
|
+ </if>
|
|
|
636
|
+ <if test="insidePhone != null">
|
|
|
637
|
+ INSIDE_PHONE = #{insidePhone,jdbcType=VARCHAR},
|
|
|
638
|
+ </if>
|
|
|
639
|
+ <if test="coServiceName != null">
|
|
|
640
|
+ CO_SERVICE_NAME = #{coServiceName,jdbcType=VARCHAR},
|
|
|
641
|
+ </if>
|
|
|
642
|
+ <if test="coServiceAddp != null">
|
|
|
643
|
+ CO_SERVICE_ADDP = #{coServiceAddp,jdbcType=VARCHAR},
|
|
|
644
|
+ </if>
|
|
|
645
|
+ <if test="coServicePhone != null">
|
|
|
646
|
+ CO_SERVICE_PHONE = #{coServicePhone,jdbcType=VARCHAR},
|
|
|
647
|
+ </if>
|
|
|
648
|
+ <if test="apprGoodsVeCount != null">
|
|
|
649
|
+ APPR_GOODS_VE_COUNT = #{apprGoodsVeCount,jdbcType=VARCHAR},
|
|
|
650
|
+ </if>
|
|
|
651
|
+ <if test="apprPassengersVeCount != null">
|
|
|
652
|
+ APPR_PASSENGERS_VE_COUNT = #{apprPassengersVeCount,jdbcType=VARCHAR},
|
|
|
653
|
+ </if>
|
|
|
654
|
+ <if test="assureType != null">
|
|
|
655
|
+ ASSURE_TYPE = #{assureType,jdbcType=VARCHAR},
|
|
|
656
|
+ </if>
|
|
|
657
|
+ <if test="assureLetterNo != null">
|
|
|
658
|
+ ASSURE_LETTER_NO = #{assureLetterNo,jdbcType=VARCHAR},
|
|
|
659
|
+ </if>
|
|
|
660
|
+ <if test="assureMoney != null">
|
|
|
661
|
+ ASSURE_MONEY = #{assureMoney,jdbcType=VARCHAR},
|
|
|
662
|
+ </if>
|
|
|
663
|
+ <if test="assureTerm != null">
|
|
|
664
|
+ ASSURE_TERM = #{assureTerm,jdbcType=DATE},
|
|
|
665
|
+ </if>
|
|
|
666
|
+ <if test="assureCoOrgCode != null">
|
|
|
667
|
+ ASSURE_CO_ORG_CODE = #{assureCoOrgCode,jdbcType=VARCHAR},
|
|
|
668
|
+ </if>
|
|
|
669
|
+ <if test="assureCoName != null">
|
|
|
670
|
+ ASSURE_CO_NAME = #{assureCoName,jdbcType=VARCHAR},
|
|
|
671
|
+ </if>
|
|
|
672
|
+ <if test="assureCoRep != null">
|
|
|
673
|
+ ASSURE_CO_REP = #{assureCoRep,jdbcType=VARCHAR},
|
|
|
674
|
+ </if>
|
|
|
675
|
+ <if test="assureCoPhone != null">
|
|
|
676
|
+ ASSURE_CO_PHONE = #{assureCoPhone,jdbcType=VARCHAR},
|
|
|
677
|
+ </if>
|
|
|
678
|
+ <if test="assureOAddr != null">
|
|
|
679
|
+ ASSURE_O_ADDR = #{assureOAddr,jdbcType=VARCHAR},
|
|
|
680
|
+ </if>
|
|
|
681
|
+ <if test="assureContact != null">
|
|
|
682
|
+ ASSURE_CONTACT = #{assureContact,jdbcType=VARCHAR},
|
|
|
683
|
+ </if>
|
|
|
684
|
+ <if test="assureCoConPhone != null">
|
|
|
685
|
+ ASSURE_CO_CON_PHONE = #{assureCoConPhone,jdbcType=VARCHAR},
|
|
|
686
|
+ </if>
|
|
|
687
|
+ <if test="memo != null">
|
|
|
688
|
+ MEMO = #{memo,jdbcType=VARCHAR},
|
|
|
689
|
+ </if>
|
|
|
690
|
+ <if test="currApplyBussine != null">
|
|
|
691
|
+ CURR_APPLY_BUSSINE = #{currApplyBussine,jdbcType=VARCHAR},
|
|
|
692
|
+ </if>
|
|
|
693
|
+ <if test="proposer != null">
|
|
|
694
|
+ PROPOSER = #{proposer,jdbcType=VARCHAR},
|
|
|
695
|
+ </if>
|
|
|
696
|
+ <if test="proposeTime != null">
|
|
|
697
|
+ PROPOSE_TIME = #{proposeTime,jdbcType=TIMESTAMP},
|
|
|
698
|
+ </if>
|
|
|
699
|
+ <if test="coRecType != null">
|
|
|
700
|
+ CO_REC_TYPE = #{coRecType,jdbcType=VARCHAR},
|
|
|
701
|
+ </if>
|
|
|
702
|
+ <if test="operationType != null">
|
|
|
703
|
+ OPERATION_TYPE = #{operationType,jdbcType=VARCHAR},
|
|
|
704
|
+ </if>
|
|
|
705
|
+ <if test="approNoPic != null">
|
|
|
706
|
+ APPRO_NO_PIC = #{approNoPic,jdbcType=VARCHAR},
|
|
|
707
|
+ </if>
|
|
|
708
|
+ <if test="abroadCoInfo != null">
|
|
|
709
|
+ ABROAD_CO_INFO = #{abroadCoInfo,jdbcType=VARCHAR},
|
|
|
710
|
+ </if>
|
|
|
711
|
+ <if test="abroadId != null">
|
|
|
712
|
+ ABROAD_ID = #{abroadId,jdbcType=VARCHAR},
|
|
|
713
|
+ </if>
|
|
|
714
|
+ <if test="abroadRegister != null">
|
|
|
715
|
+ ABROAD_REGISTER = #{abroadRegister,jdbcType=VARCHAR},
|
|
|
716
|
+ </if>
|
|
|
717
|
+ <if test="abroadAddr != null">
|
|
|
718
|
+ ABROAD_ADDR = #{abroadAddr,jdbcType=VARCHAR},
|
|
|
719
|
+ </if>
|
|
|
720
|
+ <if test="abroadPhone != null">
|
|
|
721
|
+ ABROAD_PHONE = #{abroadPhone,jdbcType=VARCHAR},
|
|
|
722
|
+ </if>
|
|
|
723
|
+ <if test="operationTypeAbroad != null">
|
|
|
724
|
+ OPERATION_TYPE_ABROAD = #{operationTypeAbroad,jdbcType=VARCHAR},
|
|
|
725
|
+ </if>
|
|
|
726
|
+ <if test="assumeCoInfo != null">
|
|
|
727
|
+ ASSUME_CO_INFO = #{assumeCoInfo,jdbcType=VARCHAR},
|
|
|
728
|
+ </if>
|
|
|
729
|
+ <if test="assumeId != null">
|
|
|
730
|
+ ASSUME_ID = #{assumeId,jdbcType=VARCHAR},
|
|
|
731
|
+ </if>
|
|
|
732
|
+ <if test="assumeName != null">
|
|
|
733
|
+ ASSUME_NAME = #{assumeName,jdbcType=VARCHAR},
|
|
|
734
|
+ </if>
|
|
|
735
|
+ <if test="assumeRep != null">
|
|
|
736
|
+ ASSUME_REP = #{assumeRep,jdbcType=VARCHAR},
|
|
|
737
|
+ </if>
|
|
|
738
|
+ <if test="assumeRepPhone != null">
|
|
|
739
|
+ ASSUME_REP_PHONE = #{assumeRepPhone,jdbcType=VARCHAR},
|
|
|
740
|
+ </if>
|
|
|
741
|
+ <if test="assumeAddr != null">
|
|
|
742
|
+ ASSUME_ADDR = #{assumeAddr,jdbcType=VARCHAR},
|
|
|
743
|
+ </if>
|
|
|
744
|
+ <if test="assumePhone != null">
|
|
|
745
|
+ ASSUME_PHONE = #{assumePhone,jdbcType=VARCHAR},
|
|
|
746
|
+ </if>
|
|
|
747
|
+ <if test="operationTypeAssume != null">
|
|
|
748
|
+ OPERATION_TYPE_ASSUME = #{operationTypeAssume,jdbcType=VARCHAR},
|
|
|
749
|
+ </if>
|
|
|
750
|
+ <if test="coBelongPartOrg != null">
|
|
|
751
|
+ CO_BELONG_PART_ORG = #{coBelongPartOrg,jdbcType=VARCHAR},
|
|
|
752
|
+ </if>
|
|
|
753
|
+ <if test="partOrgId != null">
|
|
|
754
|
+ PART_ORG_ID = #{partOrgId,jdbcType=VARCHAR},
|
|
|
755
|
+ </if>
|
|
|
756
|
+ <if test="belongOrgName != null">
|
|
|
757
|
+ BELONG_ORG_NAME = #{belongOrgName,jdbcType=VARCHAR},
|
|
|
758
|
+ </if>
|
|
|
759
|
+ <if test="belongOrgAddress != null">
|
|
|
760
|
+ BELONG_ORG_ADDRESS = #{belongOrgAddress,jdbcType=VARCHAR},
|
|
|
761
|
+ </if>
|
|
|
762
|
+ <if test="belongOrgPrincinal != null">
|
|
|
763
|
+ BELONG_ORG_PRINCINAL = #{belongOrgPrincinal,jdbcType=VARCHAR},
|
|
|
764
|
+ </if>
|
|
|
765
|
+ <if test="belongOrgPhone != null">
|
|
|
766
|
+ BELONG_ORG_PHONE = #{belongOrgPhone,jdbcType=VARCHAR},
|
|
|
767
|
+ </if>
|
|
|
768
|
+ <if test="operationTypeBelong != null">
|
|
|
769
|
+ OPERAYION_TYPE_BELONG = #{operationTypeBelong,jdbcType=VARCHAR},
|
|
|
770
|
+ </if>
|
|
|
771
|
+ <if test="returnMessage != null">
|
|
|
772
|
+ RETURNMESSAGE = #{returnMessage,jdbcType=VARCHAR},
|
|
|
773
|
+ </if>
|
|
|
774
|
+ <if test="createBy != null">
|
|
|
775
|
+ CREATE_BY = #{createBy,jdbcType=VARCHAR},
|
|
|
776
|
+ </if>
|
|
|
777
|
+ <if test="createDate != null">
|
|
|
778
|
+ CREATE_DATE = #{createDate,jdbcType=TIMESTAMP},
|
|
|
779
|
+ </if>
|
|
|
780
|
+ <if test="updateBy != null">
|
|
|
781
|
+ UPDATE_BY = #{updateBy,jdbcType=VARCHAR},
|
|
|
782
|
+ </if>
|
|
|
783
|
+ <if test="updateDate != null">
|
|
|
784
|
+ UPDATE_DATE = #{updateDate,jdbcType=TIMESTAMP},
|
|
|
785
|
+ </if>
|
|
|
786
|
+ </set>
|
|
|
787
|
+ where ID = #{id,jdbcType=VARCHAR}
|
|
|
788
|
+ </update>
|
|
|
789
|
+ <update id="updateByPrimaryKey" parameterType="com.sunyo.wlpt.vehicle.manage.domain.LandCorporationInfo">
|
|
|
790
|
+ <!--@mbg.generated-->
|
|
|
791
|
+ update land_corporation_info
|
|
|
792
|
+ set EPORT_ID = #{eportId,jdbcType=VARCHAR},
|
|
|
793
|
+ CO_CODE = #{coCode,jdbcType=VARCHAR},
|
|
|
794
|
+ MAIN_PORT = #{mainPort,jdbcType=VARCHAR},
|
|
|
795
|
+ CO_REG_ADDR = #{coRegAddr,jdbcType=VARCHAR},
|
|
|
796
|
+ APPR_DEP = #{apprDep,jdbcType=VARCHAR},
|
|
|
797
|
+ APPR_NO = #{apprNo,jdbcType=VARCHAR},
|
|
|
798
|
+ APPR_VALID_TIME = #{apprValidTime,jdbcType=DATE},
|
|
|
799
|
+ APPR_PORTS = #{apprPorts,jdbcType=VARCHAR},
|
|
|
800
|
+ CO_NAME_CN = #{coNameCn,jdbcType=VARCHAR},
|
|
|
801
|
+ CO_NAME_EN = #{coNameEn,jdbcType=VARCHAR},
|
|
|
802
|
+ CO_DEAL_TYPE = #{coDealType,jdbcType=VARCHAR},
|
|
|
803
|
+ CO_DEAL_QUA = #{coDealQua,jdbcType=VARCHAR},
|
|
|
804
|
+ CO_ADDR = #{coAddr,jdbcType=VARCHAR},
|
|
|
805
|
+ CO_REP = #{coRep,jdbcType=VARCHAR},
|
|
|
806
|
+ CO_REP_PHON = #{coRepPhon,jdbcType=VARCHAR},
|
|
|
807
|
+ INSIDE_ADDR = #{insideAddr,jdbcType=VARCHAR},
|
|
|
808
|
+ INSIDE_PHONE = #{insidePhone,jdbcType=VARCHAR},
|
|
|
809
|
+ CO_SERVICE_NAME = #{coServiceName,jdbcType=VARCHAR},
|
|
|
810
|
+ CO_SERVICE_ADDP = #{coServiceAddp,jdbcType=VARCHAR},
|
|
|
811
|
+ CO_SERVICE_PHONE = #{coServicePhone,jdbcType=VARCHAR},
|
|
|
812
|
+ APPR_GOODS_VE_COUNT = #{apprGoodsVeCount,jdbcType=VARCHAR},
|
|
|
813
|
+ APPR_PASSENGERS_VE_COUNT = #{apprPassengersVeCount,jdbcType=VARCHAR},
|
|
|
814
|
+ ASSURE_TYPE = #{assureType,jdbcType=VARCHAR},
|
|
|
815
|
+ ASSURE_LETTER_NO = #{assureLetterNo,jdbcType=VARCHAR},
|
|
|
816
|
+ ASSURE_MONEY = #{assureMoney,jdbcType=VARCHAR},
|
|
|
817
|
+ ASSURE_TERM = #{assureTerm,jdbcType=DATE},
|
|
|
818
|
+ ASSURE_CO_ORG_CODE = #{assureCoOrgCode,jdbcType=VARCHAR},
|
|
|
819
|
+ ASSURE_CO_NAME = #{assureCoName,jdbcType=VARCHAR},
|
|
|
820
|
+ ASSURE_CO_REP = #{assureCoRep,jdbcType=VARCHAR},
|
|
|
821
|
+ ASSURE_CO_PHONE = #{assureCoPhone,jdbcType=VARCHAR},
|
|
|
822
|
+ ASSURE_O_ADDR = #{assureOAddr,jdbcType=VARCHAR},
|
|
|
823
|
+ ASSURE_CONTACT = #{assureContact,jdbcType=VARCHAR},
|
|
|
824
|
+ ASSURE_CO_CON_PHONE = #{assureCoConPhone,jdbcType=VARCHAR},
|
|
|
825
|
+ MEMO = #{memo,jdbcType=VARCHAR},
|
|
|
826
|
+ CURR_APPLY_BUSSINE = #{currApplyBussine,jdbcType=VARCHAR},
|
|
|
827
|
+ PROPOSER = #{proposer,jdbcType=VARCHAR},
|
|
|
828
|
+ PROPOSE_TIME = #{proposeTime,jdbcType=TIMESTAMP},
|
|
|
829
|
+ CO_REC_TYPE = #{coRecType,jdbcType=VARCHAR},
|
|
|
830
|
+ OPERATION_TYPE = #{operationType,jdbcType=VARCHAR},
|
|
|
831
|
+ APPRO_NO_PIC = #{approNoPic,jdbcType=VARCHAR},
|
|
|
832
|
+ ABROAD_CO_INFO = #{abroadCoInfo,jdbcType=VARCHAR},
|
|
|
833
|
+ ABROAD_ID = #{abroadId,jdbcType=VARCHAR},
|
|
|
834
|
+ ABROAD_REGISTER = #{abroadRegister,jdbcType=VARCHAR},
|
|
|
835
|
+ ABROAD_ADDR = #{abroadAddr,jdbcType=VARCHAR},
|
|
|
836
|
+ ABROAD_PHONE = #{abroadPhone,jdbcType=VARCHAR},
|
|
|
837
|
+ OPERATION_TYPE_ABROAD = #{operationTypeAbroad,jdbcType=VARCHAR},
|
|
|
838
|
+ ASSUME_CO_INFO = #{assumeCoInfo,jdbcType=VARCHAR},
|
|
|
839
|
+ ASSUME_ID = #{assumeId,jdbcType=VARCHAR},
|
|
|
840
|
+ ASSUME_NAME = #{assumeName,jdbcType=VARCHAR},
|
|
|
841
|
+ ASSUME_REP = #{assumeRep,jdbcType=VARCHAR},
|
|
|
842
|
+ ASSUME_REP_PHONE = #{assumeRepPhone,jdbcType=VARCHAR},
|
|
|
843
|
+ ASSUME_ADDR = #{assumeAddr,jdbcType=VARCHAR},
|
|
|
844
|
+ ASSUME_PHONE = #{assumePhone,jdbcType=VARCHAR},
|
|
|
845
|
+ OPERATION_TYPE_ASSUME = #{operationTypeAssume,jdbcType=VARCHAR},
|
|
|
846
|
+ CO_BELONG_PART_ORG = #{coBelongPartOrg,jdbcType=VARCHAR},
|
|
|
847
|
+ PART_ORG_ID = #{partOrgId,jdbcType=VARCHAR},
|
|
|
848
|
+ BELONG_ORG_NAME = #{belongOrgName,jdbcType=VARCHAR},
|
|
|
849
|
+ BELONG_ORG_ADDRESS = #{belongOrgAddress,jdbcType=VARCHAR},
|
|
|
850
|
+ BELONG_ORG_PRINCINAL = #{belongOrgPrincinal,jdbcType=VARCHAR},
|
|
|
851
|
+ BELONG_ORG_PHONE = #{belongOrgPhone,jdbcType=VARCHAR},
|
|
|
852
|
+ OPERAYION_TYPE_BELONG = #{operationTypeBelong,jdbcType=VARCHAR},
|
|
|
853
|
+ RETURNMESSAGE = #{returnMessage,jdbcType=VARCHAR},
|
|
|
854
|
+ CREATE_BY = #{createBy,jdbcType=VARCHAR},
|
|
|
855
|
+ CREATE_DATE = #{createDate,jdbcType=TIMESTAMP},
|
|
|
856
|
+ UPDATE_BY = #{updateBy,jdbcType=VARCHAR},
|
|
|
857
|
+ UPDATE_DATE = #{updateDate,jdbcType=TIMESTAMP}
|
|
|
858
|
+ where ID = #{id,jdbcType=VARCHAR}
|
|
|
859
|
+ </update>
|
|
|
860
|
+</mapper> |