|
|
@@ -72,6 +72,7 @@
|
|
72
|
72
|
<result column="xzzydd" property="xzzydd" jdbcType="VARCHAR" />
|
|
73
|
73
|
<result column="fzsycs" property="fzsycs" jdbcType="VARCHAR" />
|
|
74
|
74
|
<result column="sqr" property="sqr" jdbcType="VARCHAR" />
|
|
|
75
|
+ <result column="xzfs" property="xzfs" jdbcType="INTEGER" />
|
|
75
|
76
|
</resultMap>
|
|
76
|
77
|
<sql id="Example_Where_Clause" >
|
|
77
|
78
|
<where >
|
|
|
@@ -139,7 +140,7 @@
|
|
139
|
140
|
xzfapzr, xzfabbqk, syryzzqk, syzzsh, yjmc, jx, nd, lddwyyl, kjdwyyl, zyyl, syff,
|
|
140
|
141
|
lspz, lssl, lyxz, lysf, dzfs, zyhc, ckmd, house_id, state, cfmc, yjyxq, lqsl, sysl,
|
|
141
|
142
|
lqr, lqsj, spr, spsj, bgy, xzrs, xzzhr, xzczry, fhry, lyccdw, lyccdwfzr, ylccdwlxdh,
|
|
142
|
|
- sqrq, xzzydd,fzsycs,sqr
|
|
|
143
|
+ sqrq, xzzydd,fzsycs,sqr,xzfs
|
|
143
|
144
|
</sql>
|
|
144
|
145
|
<select id="selectByExample" resultMap="BaseResultMap" parameterType="com.chinaitop.depot.fumigation.model.TFumigationForrecordExample" >
|
|
145
|
146
|
select
|
|
|
@@ -192,7 +193,7 @@
|
|
192
|
193
|
lqr, lqsj, spr, spsj,
|
|
193
|
194
|
bgy, xzrs, xzzhr, xzczry,
|
|
194
|
195
|
fhry, lyccdw, lyccdwfzr,
|
|
195
|
|
- ylccdwlxdh, sqrq, xzzydd,fzsycs,sqr)
|
|
|
196
|
+ ylccdwlxdh, sqrq, xzzydd,fzsycs,sqr,xzfs)
|
|
196
|
197
|
values (#{id,jdbcType=VARCHAR}, #{operationSupervisor,jdbcType=VARCHAR}, #{position,jdbcType=VARCHAR},
|
|
197
|
198
|
#{contactPhone,jdbcType=VARCHAR}, #{fumigationStart,jdbcType=TIMESTAMP}, #{fumigationEnd,jdbcType=TIMESTAMP},
|
|
198
|
199
|
#{east,jdbcType=VARCHAR}, #{south,jdbcType=VARCHAR}, #{west,jdbcType=VARCHAR},
|
|
|
@@ -214,7 +215,7 @@
|
|
214
|
215
|
#{bgy,jdbcType=VARCHAR}, #{xzrs,jdbcType=INTEGER}, #{xzzhr,jdbcType=VARCHAR}, #{xzczry,jdbcType=VARCHAR},
|
|
215
|
216
|
#{fhry,jdbcType=VARCHAR}, #{lyccdw,jdbcType=VARCHAR}, #{lyccdwfzr,jdbcType=VARCHAR},
|
|
216
|
217
|
#{ylccdwlxdh,jdbcType=VARCHAR}, #{sqrq,jdbcType=TIMESTAMP}, #{xzzydd,jdbcType=VARCHAR},
|
|
217
|
|
- #{fzsycs,jdbcType=VARCHAR}, #{sqr,jdbcType=VARCHAR})
|
|
|
218
|
+ #{fzsycs,jdbcType=VARCHAR}, #{sqr,jdbcType=VARCHAR},#{xzfs,jdbcType=INTEGER})
|
|
218
|
219
|
</insert>
|
|
219
|
220
|
<insert id="insertSelective" parameterType="com.chinaitop.depot.fumigation.model.TFumigationForrecord" >
|
|
220
|
221
|
insert into t_fumigation_forrecord
|