|
|
@@ -41,6 +41,7 @@
|
|
41
|
41
|
<result column="pyswthhcs" property="pyswthhcs" jdbcType="INTEGER" />
|
|
42
|
42
|
<result column="pysswthhcs" property="pysswthhcs" jdbcType="INTEGER" />
|
|
43
|
43
|
<result column="xzxgpj" property="xzxgpj" jdbcType="VARCHAR" />
|
|
|
44
|
+ <result column="record_id" property="recordId" jdbcType="VARCHAR" />
|
|
44
|
45
|
</resultMap>
|
|
45
|
46
|
<sql id="Example_Where_Clause" >
|
|
46
|
47
|
<where >
|
|
|
@@ -108,7 +109,7 @@
|
|
108
|
109
|
sampling_culture_month_half, kill_insect_rate, check_insect_cage_time, insect_cage_kill_rate,
|
|
109
|
110
|
effect_analysis, creater, create_time, update_time, org_id, delete_state, updatetime,
|
|
110
|
111
|
czsjzysj, czsjzyrs, czsjff, czsjzypzr, czclcs, czclzyrs, czclpzr, xzhhcjcqk, xzhckmd,
|
|
111
|
|
- pyswthhcs, pysswthhcs, xzxgpj
|
|
|
112
|
+ pyswthhcs, pysswthhcs, xzxgpj,record_id
|
|
112
|
113
|
</sql>
|
|
113
|
114
|
<select id="selectByExample" resultMap="BaseResultMap" parameterType="com.chinaitop.depot.fumigation.model.TFumigationAfterExample" >
|
|
114
|
115
|
select
|
|
|
@@ -156,7 +157,7 @@
|
|
156
|
157
|
czsjzyrs, czsjff, czsjzypzr,
|
|
157
|
158
|
czclcs, czclzyrs, czclpzr,
|
|
158
|
159
|
xzhhcjcqk, xzhckmd, pyswthhcs,
|
|
159
|
|
- pysswthhcs, xzxgpj)
|
|
|
160
|
+ pysswthhcs, xzxgpj,record_id)
|
|
160
|
161
|
values (#{id,jdbcType=VARCHAR}, #{houseId,jdbcType=INTEGER}, #{fumigationId,jdbcType=VARCHAR},
|
|
161
|
162
|
#{residueCollectionTime,jdbcType=VARCHAR}, #{numberOperationsCollected,jdbcType=VARCHAR},
|
|
162
|
163
|
#{residueCollectionMethod,jdbcType=VARCHAR}, #{collectJobApprover,jdbcType=VARCHAR},
|
|
|
@@ -172,7 +173,7 @@
|
|
172
|
173
|
#{czsjzyrs,jdbcType=INTEGER}, #{czsjff,jdbcType=VARCHAR}, #{czsjzypzr,jdbcType=VARCHAR},
|
|
173
|
174
|
#{czclcs,jdbcType=VARCHAR}, #{czclzyrs,jdbcType=INTEGER}, #{czclpzr,jdbcType=VARCHAR},
|
|
174
|
175
|
#{xzhhcjcqk,jdbcType=VARCHAR}, #{xzhckmd,jdbcType=INTEGER}, #{pyswthhcs,jdbcType=INTEGER},
|
|
175
|
|
- #{pysswthhcs,jdbcType=INTEGER}, #{xzxgpj,jdbcType=VARCHAR})
|
|
|
176
|
+ #{pysswthhcs,jdbcType=INTEGER}, #{xzxgpj,jdbcType=VARCHAR},#{recordId,jdbcType=VARCHAR})
|
|
176
|
177
|
</insert>
|
|
177
|
178
|
<insert id="insertSelective" parameterType="com.chinaitop.depot.fumigation.model.TFumigationAfter" >
|
|
178
|
179
|
insert into t_fumigation_after
|