|
|
|
@ -29,8 +29,268 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<result property="fourYscg" column="four_yscg"/>
|
|
|
|
|
</collection>
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<select id="selectList" resultMap="ProjectExcelInfoResult">
|
|
|
|
|
<insert id="insert1" parameterType="BasicInformation">
|
|
|
|
|
insert into copy_gysl_basic_information
|
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="id != null">id,</if>
|
|
|
|
|
<if test="name != null">name,</if>
|
|
|
|
|
<if test="xmfrdwxz != null">xmfrdwxz,</if>
|
|
|
|
|
<if test="nature != null">nature,</if>
|
|
|
|
|
<if test="sgdw != null">sgdw,</if>
|
|
|
|
|
<if test="ztze != null">ztze,</if>
|
|
|
|
|
<if test="ssgnq != null">ssgnq,</if>
|
|
|
|
|
<if test="begainTime != null">begain_time,</if>
|
|
|
|
|
<if test="xzfl != null">xzfl,</if>
|
|
|
|
|
<if test="jsdd != null">jsdd,</if>
|
|
|
|
|
<if test="prioritize != null">prioritize,</if>
|
|
|
|
|
<if test="jsms != null">jsms,</if>
|
|
|
|
|
<if test="label != null">label,</if>
|
|
|
|
|
<if test="projectLeader != null">project_leader,</if>
|
|
|
|
|
<if test="phone != null">phone,</if>
|
|
|
|
|
<if test="issuingTime != null">Issuing_time,</if>
|
|
|
|
|
<if test="acceptanceTime != null">acceptance_time,</if>
|
|
|
|
|
<if test="unitIntroduction != null">unit_introduction,</if>
|
|
|
|
|
<if test="introduction != null">introduction,</if>
|
|
|
|
|
<if test="createId != null">create_id,</if>
|
|
|
|
|
<if test="createTime != null">create_time,</if>
|
|
|
|
|
<if test="createBy != null">create_by,</if>
|
|
|
|
|
<if test="updateId != null">update_id,</if>
|
|
|
|
|
<if test="updateBy != null">update_by,</if>
|
|
|
|
|
<if test="updateTime != null">update_time,</if>
|
|
|
|
|
<if test="sjdw != null">sjdw,</if>
|
|
|
|
|
<if test="fj != null">fj,</if>
|
|
|
|
|
<if test="endTime != null">end_time,</if>
|
|
|
|
|
<if test="jsjd != null">jsjd,</if>
|
|
|
|
|
<if test="longitude != null">longitude,</if>
|
|
|
|
|
<if test="latitude != null">latitude,</if>
|
|
|
|
|
<if test="tyshxydm != null">tyshxydm,</if>
|
|
|
|
|
<if test="status != null">status,</if>
|
|
|
|
|
<if test="isFmqd != null">is_fmqd,</if>
|
|
|
|
|
</trim>
|
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="id != null">#{id},</if>
|
|
|
|
|
<if test="name != null">#{name},</if>
|
|
|
|
|
<if test="xmfrdwxz != null">#{xmfrdwxz},</if>
|
|
|
|
|
<if test="nature != null">#{nature},</if>
|
|
|
|
|
<if test="sgdw != null">#{sgdw},</if>
|
|
|
|
|
<if test="ztze != null">#{ztze},</if>
|
|
|
|
|
<if test="ssgnq != null">#{ssgnq},</if>
|
|
|
|
|
<if test="begainTime != null">#{begainTime},</if>
|
|
|
|
|
<if test="xzfl != null">#{xzfl},</if>
|
|
|
|
|
<if test="jsdd != null">#{jsdd},</if>
|
|
|
|
|
<if test="prioritize != null">#{prioritize},</if>
|
|
|
|
|
<if test="jsms != null">#{jsms},</if>
|
|
|
|
|
<if test="label != null">#{label},</if>
|
|
|
|
|
<if test="projectLeader != null">#{projectLeader},</if>
|
|
|
|
|
<if test="phone != null">#{phone},</if>
|
|
|
|
|
<if test="issuingTime != null">#{issuingTime},</if>
|
|
|
|
|
<if test="acceptanceTime != null">#{acceptanceTime},</if>
|
|
|
|
|
<if test="unitIntroduction != null">#{unitIntroduction},</if>
|
|
|
|
|
<if test="introduction != null">#{introduction},</if>
|
|
|
|
|
<if test="createId != null">#{createId},</if>
|
|
|
|
|
<if test="createTime != null">#{createTime},</if>
|
|
|
|
|
<if test="createBy != null">#{createBy},</if>
|
|
|
|
|
<if test="updateId != null">#{updateId},</if>
|
|
|
|
|
<if test="updateBy != null">#{updateBy},</if>
|
|
|
|
|
<if test="updateTime != null">#{updateTime},</if>
|
|
|
|
|
<if test="sjdw != null">#{sjdw},</if>
|
|
|
|
|
<if test="fj != null">#{fj},</if>
|
|
|
|
|
<if test="endTime != null">#{endTime},</if>
|
|
|
|
|
<if test="jsjd != null">#{jsjd},</if>
|
|
|
|
|
<if test="longitude != null">#{longitude},</if>
|
|
|
|
|
<if test="latitude != null">#{latitude},</if>
|
|
|
|
|
<if test="tyshxydm != null">#{tyshxydm},</if>
|
|
|
|
|
<if test="status != null">#{status},</if>
|
|
|
|
|
<if test="isFmqd != null">#{isFmqd},</if>
|
|
|
|
|
</trim>
|
|
|
|
|
</insert>
|
|
|
|
|
<insert id="insert2" parameterType="PlanInformation">
|
|
|
|
|
insert into copy_gysl_plan_information
|
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="id != null">id,</if>
|
|
|
|
|
<if test="xmId != null">xm_id,</if>
|
|
|
|
|
<if test="zydmj != null">zydmj,</if>
|
|
|
|
|
<if test="rjl != null">rjl,</if>
|
|
|
|
|
<if test="zjzmj != null">zjzmj,</if>
|
|
|
|
|
<if test="bzcjzmj != null">bzcjzmj,</if>
|
|
|
|
|
<if test="jrjljzmj != null">jrjljzmj,</if>
|
|
|
|
|
<if test="jzmd != null">jzmd,</if>
|
|
|
|
|
<if test="ldl != null">ldl,</if>
|
|
|
|
|
<if test="jzds != null">jzds,</if>
|
|
|
|
|
<if test="dsjzmj != null">dsjzmj,</if>
|
|
|
|
|
<if test="dxjzmj != null">dxjzmj,</if>
|
|
|
|
|
<if test="zgjzcs != null">zgjzcs,</if>
|
|
|
|
|
<if test="zgjzgd != null">zgjzgd,</if>
|
|
|
|
|
<if test="jdctcw != null">jdctcw,</if>
|
|
|
|
|
<if test="fjdctcw != null">fjdctcw,</if>
|
|
|
|
|
<if test="ghwj != null">ghwj,</if>
|
|
|
|
|
<if test="fhdj != null">fhdj,</if>
|
|
|
|
|
<if test="createId != null">create_id,</if>
|
|
|
|
|
<if test="createTime != null">create_time,</if>
|
|
|
|
|
<if test="createBy != null">create_by,</if>
|
|
|
|
|
<if test="updateId != null">update_id,</if>
|
|
|
|
|
<if test="updateBy != null">update_by,</if>
|
|
|
|
|
<if test="updateTime != null">update_time,</if>
|
|
|
|
|
</trim>
|
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="id != null">#{id},</if>
|
|
|
|
|
<if test="xmId != null">#{xmId},</if>
|
|
|
|
|
<if test="zydmj != null">#{zydmj},</if>
|
|
|
|
|
<if test="rjl != null">#{rjl},</if>
|
|
|
|
|
<if test="zjzmj != null">#{zjzmj},</if>
|
|
|
|
|
<if test="bzcjzmj != null">#{bzcjzmj},</if>
|
|
|
|
|
<if test="jrjljzmj != null">#{jrjljzmj},</if>
|
|
|
|
|
<if test="jzmd != null">#{jzmd},</if>
|
|
|
|
|
<if test="ldl != null">#{ldl},</if>
|
|
|
|
|
<if test="jzds != null">#{jzds},</if>
|
|
|
|
|
<if test="dsjzmj != null">#{dsjzmj},</if>
|
|
|
|
|
<if test="dxjzmj != null">#{dxjzmj},</if>
|
|
|
|
|
<if test="zgjzcs != null">#{zgjzcs},</if>
|
|
|
|
|
<if test="zgjzgd != null">#{zgjzgd},</if>
|
|
|
|
|
<if test="jdctcw != null">#{jdctcw},</if>
|
|
|
|
|
<if test="fjdctcw != null">#{fjdctcw},</if>
|
|
|
|
|
<if test="ghwj != null">#{ghwj},</if>
|
|
|
|
|
<if test="fhdj != null">#{fhdj},</if>
|
|
|
|
|
<if test="createId != null">#{createId},</if>
|
|
|
|
|
<if test="createTime != null">#{createTime},</if>
|
|
|
|
|
<if test="createBy != null">#{createBy},</if>
|
|
|
|
|
<if test="updateId != null">#{updateId},</if>
|
|
|
|
|
<if test="updateBy != null">#{updateBy},</if>
|
|
|
|
|
<if test="updateTime != null">#{updateTime},</if>
|
|
|
|
|
</trim>
|
|
|
|
|
</insert>
|
|
|
|
|
<insert id="insert3" parameterType="WysmxInformation">
|
|
|
|
|
insert into copy_gysl_wysmx_information
|
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="id != null">id,</if>
|
|
|
|
|
<if test="xmId != null">xm_id,</if>
|
|
|
|
|
<if test="ysmc != null">ysmc,</if>
|
|
|
|
|
<if test="zdname != null">zdname,</if>
|
|
|
|
|
<if test="zdinfor != null">zdinfor,</if>
|
|
|
|
|
<if test="createId != null">create_id,</if>
|
|
|
|
|
<if test="createTime != null">create_time,</if>
|
|
|
|
|
<if test="createBy != null">create_by,</if>
|
|
|
|
|
<if test="updateId != null">update_id,</if>
|
|
|
|
|
<if test="updateBy != null">update_by,</if>
|
|
|
|
|
<if test="updateTime != null">update_time,</if>
|
|
|
|
|
</trim>
|
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="id != null">#{id},</if>
|
|
|
|
|
<if test="xmId != null">#{xmId},</if>
|
|
|
|
|
<if test="ysmc != null">#{ysmc},</if>
|
|
|
|
|
<if test="zdname != null">#{zdname},</if>
|
|
|
|
|
<if test="zdinfor != null">#{zdinfor},</if>
|
|
|
|
|
<if test="createId != null">#{createId},</if>
|
|
|
|
|
<if test="createTime != null">#{createTime},</if>
|
|
|
|
|
<if test="createBy != null">#{createBy},</if>
|
|
|
|
|
<if test="updateId != null">#{updateId},</if>
|
|
|
|
|
<if test="updateBy != null">#{updateBy},</if>
|
|
|
|
|
<if test="updateTime != null">#{updateTime},</if>
|
|
|
|
|
</trim>
|
|
|
|
|
</insert>
|
|
|
|
|
<insert id="insert4" parameterType="QyrzInformation">
|
|
|
|
|
insert into copy_gysl_qyrz_information
|
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="id != null">id,</if>
|
|
|
|
|
<if test="xmId != null">xm_id,</if>
|
|
|
|
|
<if test="rzqys != null">rzqys,</if>
|
|
|
|
|
<if test="rzqyhylx != null">rzqyhylx,</if>
|
|
|
|
|
<if test="rysl != null">rysl,</if>
|
|
|
|
|
<if test="rzl != null">rzl,</if>
|
|
|
|
|
<if test="yczmj != null">yczmj,</if>
|
|
|
|
|
<if test="kzczmj != null">kzczmj,</if>
|
|
|
|
|
<if test="gycfpjzj != null">gycfpjzj,</if>
|
|
|
|
|
<if test="gycfpjwyf != null">gycfpjwyf,</if>
|
|
|
|
|
<if test="createId != null">create_id,</if>
|
|
|
|
|
<if test="createTime != null">create_time,</if>
|
|
|
|
|
<if test="createBy != null">create_by,</if>
|
|
|
|
|
<if test="updateId != null">update_id,</if>
|
|
|
|
|
<if test="updateBy != null">update_by,</if>
|
|
|
|
|
<if test="updateTime != null">update_time,</if>
|
|
|
|
|
</trim>
|
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="id != null">#{id},</if>
|
|
|
|
|
<if test="xmId != null">#{xmId},</if>
|
|
|
|
|
<if test="rzqys != null">#{rzqys},</if>
|
|
|
|
|
<if test="rzqyhylx != null">#{rzqyhylx},</if>
|
|
|
|
|
<if test="rysl != null">#{rysl},</if>
|
|
|
|
|
<if test="rzl != null">#{rzl},</if>
|
|
|
|
|
<if test="yczmj != null">#{yczmj},</if>
|
|
|
|
|
<if test="kzczmj != null">#{kzczmj},</if>
|
|
|
|
|
<if test="gycfpjzj != null">#{gycfpjzj},</if>
|
|
|
|
|
<if test="gycfpjwyf != null">#{gycfpjwyf},</if>
|
|
|
|
|
<if test="createId != null">#{createId},</if>
|
|
|
|
|
<if test="createTime != null">#{createTime},</if>
|
|
|
|
|
<if test="createBy != null">#{createBy},</if>
|
|
|
|
|
<if test="updateId != null">#{updateId},</if>
|
|
|
|
|
<if test="updateBy != null">#{updateBy},</if>
|
|
|
|
|
<if test="updateTime != null">#{updateTime},</if>
|
|
|
|
|
</trim>
|
|
|
|
|
</insert>
|
|
|
|
|
<insert id="insert5" parameterType="ProjectOtherInfo">
|
|
|
|
|
insert into copy_gysl_project_other_info
|
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="id != null">id,</if>
|
|
|
|
|
<if test="xmId != null">xm_id,</if>
|
|
|
|
|
<if test="zdname != null">zdname,</if>
|
|
|
|
|
<if test="createId != null">create_id,</if>
|
|
|
|
|
<if test="createTime != null">create_time,</if>
|
|
|
|
|
<if test="createBy != null">create_by,</if>
|
|
|
|
|
<if test="updateId != null">update_id,</if>
|
|
|
|
|
<if test="updateBy != null">update_by,</if>
|
|
|
|
|
<if test="updateTime != null">update_time,</if>
|
|
|
|
|
<if test="zdinfor != null">zdinfor,</if>
|
|
|
|
|
</trim>
|
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="id != null">#{id},</if>
|
|
|
|
|
<if test="xmId != null">#{xmId},</if>
|
|
|
|
|
<if test="zdname != null">#{zdname},</if>
|
|
|
|
|
<if test="createId != null">#{createId},</if>
|
|
|
|
|
<if test="createTime != null">#{createTime},</if>
|
|
|
|
|
<if test="createBy != null">#{createBy},</if>
|
|
|
|
|
<if test="updateId != null">#{updateId},</if>
|
|
|
|
|
<if test="updateBy != null">#{updateBy},</if>
|
|
|
|
|
<if test="updateTime != null">#{updateTime},</if>
|
|
|
|
|
<if test="zdinfor != null">#{zdinfor},</if>
|
|
|
|
|
</trim>
|
|
|
|
|
</insert>
|
|
|
|
|
<delete id="delete1">
|
|
|
|
|
delete from copy_gysl_basic_information where id = #{id}
|
|
|
|
|
</delete>
|
|
|
|
|
<delete id="delete2">
|
|
|
|
|
from copy_gysl_plan_information
|
|
|
|
|
where xm_id = #{id}
|
|
|
|
|
</delete>
|
|
|
|
|
<delete id="delete3">
|
|
|
|
|
delete
|
|
|
|
|
from copy_gysl_wysmx_information
|
|
|
|
|
where xm_id = #{id}
|
|
|
|
|
</delete>
|
|
|
|
|
<delete id="delete4">
|
|
|
|
|
delete
|
|
|
|
|
from copy_gysl_qyrz_information
|
|
|
|
|
where xm_id = #{id}
|
|
|
|
|
</delete>
|
|
|
|
|
<delete id="delete5">
|
|
|
|
|
from copy_gysl_project_other_info
|
|
|
|
|
where xm_id = #{id}
|
|
|
|
|
</delete>
|
|
|
|
|
<select id="select1" resultType="com.ruoyi.gysl.entity.BasicInformation">
|
|
|
|
|
select * from copy_gysl_basic_information where id =#{id}
|
|
|
|
|
</select>
|
|
|
|
|
<select id="select2" resultType="com.ruoyi.gysl.entity.PlanInformation">
|
|
|
|
|
select * from copy_gysl_plan_information where xm_id =#{id}
|
|
|
|
|
</select>
|
|
|
|
|
<select id="select3" resultType="com.ruoyi.gysl.entity.WysmxInformation">
|
|
|
|
|
select * from copy_gysl_wysmx_information where xm_id =#{id}
|
|
|
|
|
</select>
|
|
|
|
|
<select id="select4" resultType="com.ruoyi.gysl.entity.QyrzInformation">
|
|
|
|
|
select * from copy_gysl_qyrz_information where xm_id =#{id}
|
|
|
|
|
</select>
|
|
|
|
|
<select id="select5" resultType="com.ruoyi.gysl.entity.ProjectOtherInfo">
|
|
|
|
|
select * from copy_gysl_project_other_info where xm_id =#{id}
|
|
|
|
|
</select>
|
|
|
|
|
<select id="selectList" resultMap="ProjectExcelInfoResult">
|
|
|
|
|
SELECT
|
|
|
|
|
a.id,
|
|
|
|
|
a.name,
|
|
|
|
@ -89,4 +349,5 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
FROM gysl_basic_information a left join gysl_plan_information b on a.id = b.xm_id
|
|
|
|
|
where a.longitude is not null and a.latitude is not null
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
</mapper>
|