|
@@ -37,7 +37,7 @@
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectCenterdataTFarmGreenhouseFilmVo">
|
|
|
- select a.id, a.name, a.address, a.longitude, a.latitude, a.operate_name, a.park_nature, a.park_scale, a.plant_type, a.plant_breed, a.contacts, a.phone, a.park_url,
|
|
|
+ select a.id, a.name, a.address, a.longitude, a.latitude, a.operate_name, a.park_nature, a.park_scale, a.plant_type, a.plant_breed, a.contacts, a.phone,
|
|
|
a.create_by, a.update_by, a.remarks, a.del_flag, a.dept_id, a.dept_name, a.park_builds, a.park_total_area, a.greenhouse_builds, a.greenhouse_area, a.hothouse_builds, a.hothouse_area,a.update_name, a.update_time, a.create_name, a.create_time
|
|
|
from centerdata_t_farm_greenhouse_film a
|
|
|
</sql>
|
|
@@ -59,7 +59,6 @@
|
|
|
<if test="plantBreed != null and plantBreed != ''">and a.plant_breed = #{plantBreed}</if>
|
|
|
<if test="contacts != null and contacts != ''">and a.contacts like concat('%', #{contacts}, '%')</if>
|
|
|
<if test="phone != null and phone != ''">and a.phone = #{phone}</if>
|
|
|
- <if test="parkUrl != null and parkUrl != ''">and a.park_url = #{parkUrl}</if>
|
|
|
<if test="remarks != null and remarks != ''">and a.remarks = #{remarks}</if>
|
|
|
<if test="deptId != null ">and a.dept_id = #{deptId}</if>
|
|
|
<if test="deptName != null and deptName != ''">and a.dept_name like concat('%', #{deptName}, '%')</if>
|
|
@@ -89,7 +88,6 @@
|
|
|
<if test="plantBreed != null">plant_breed,</if>
|
|
|
<if test="contacts != null">contacts,</if>
|
|
|
<if test="phone != null">phone,</if>
|
|
|
- <if test="parkUrl != null">park_url,</if>
|
|
|
<if test="createBy != null and createBy != ''">create_by,</if>
|
|
|
<if test="updateBy != null">update_by,</if>
|
|
|
<if test="remarks != null">remarks,</if>
|
|
@@ -118,7 +116,6 @@
|
|
|
<if test="plantBreed != null">#{plantBreed},</if>
|
|
|
<if test="contacts != null">#{contacts},</if>
|
|
|
<if test="phone != null">#{phone},</if>
|
|
|
- <if test="parkUrl != null">#{parkUrl},</if>
|
|
|
<if test="createBy != null and createBy != ''">#{createBy},</if>
|
|
|
<if test="updateBy != null">#{updateBy},</if>
|
|
|
<if test="remarks != null">#{remarks},</if>
|
|
@@ -150,7 +147,6 @@
|
|
|
<if test="plantBreed != null">plant_breed = #{plantBreed},</if>
|
|
|
<if test="contacts != null">contacts = #{contacts},</if>
|
|
|
<if test="phone != null">phone = #{phone},</if>
|
|
|
- <if test="parkUrl != null">park_url = #{parkUrl},</if>
|
|
|
<if test="updateBy != null">update_by = #{updateBy},</if>
|
|
|
<if test="remarks != null">remarks = #{remarks},</if>
|
|
|
<if test="delFlag != null and delFlag != ''">del_flag = #{delFlag},</if>
|