|
@@ -177,7 +177,54 @@
|
|
<result property="remark" column="remark"/>
|
|
<result property="remark" column="remark"/>
|
|
</resultMap>
|
|
</resultMap>
|
|
<sql id="selectZsyzSbbzbVo">
|
|
<sql id="selectZsyzSbbzbVo">
|
|
- select id, sbdw, tbrq, zszxfzr, xmbh, xmxsmc, sfwlhxxxm, yzdq_id, yzdq_name, yzss_name, ntze, cylx_id, cylx_name, xmlb, tzlb, nlhd, czpt, tzzt, xmjz, gtzzrsfzhm, qytzrxyzdm, qybj, tzfjj, sndxse, sndnse, tzrxm, tzrzw, tzrdh, xmjj, name, strq, phone, zw, user_id, create_by, type, progress, dept_id, create_time, update_by, is_del, update_time, remark, cjd_id, cjd_name, is_meet, meet_remark from zsyz_sbbzb
|
|
|
|
|
|
+ select id,
|
|
|
|
+ sbdw,
|
|
|
|
+ tbrq,
|
|
|
|
+ zszxfzr,
|
|
|
|
+ xmbh,
|
|
|
|
+ xmxsmc,
|
|
|
|
+ sfwlhxxxm,
|
|
|
|
+ yzdq_id,
|
|
|
|
+ yzdq_name,
|
|
|
|
+ yzss_name,
|
|
|
|
+ ntze,
|
|
|
|
+ cylx_id,
|
|
|
|
+ cylx_name,
|
|
|
|
+ xmlb,
|
|
|
|
+ tzlb,
|
|
|
|
+ nlhd,
|
|
|
|
+ czpt,
|
|
|
|
+ tzzt,
|
|
|
|
+ xmjz,
|
|
|
|
+ gtzzrsfzhm,
|
|
|
|
+ qytzrxyzdm,
|
|
|
|
+ qybj,
|
|
|
|
+ tzfjj,
|
|
|
|
+ sndxse,
|
|
|
|
+ sndnse,
|
|
|
|
+ tzrxm,
|
|
|
|
+ tzrzw,
|
|
|
|
+ tzrdh,
|
|
|
|
+ xmjj,
|
|
|
|
+ name,
|
|
|
|
+ strq,
|
|
|
|
+ phone,
|
|
|
|
+ zw,
|
|
|
|
+ user_id,
|
|
|
|
+ create_by,
|
|
|
|
+ type,
|
|
|
|
+ progress,
|
|
|
|
+ dept_id,
|
|
|
|
+ create_time,
|
|
|
|
+ update_by,
|
|
|
|
+ is_del,
|
|
|
|
+ update_time,
|
|
|
|
+ remark,
|
|
|
|
+ cjd_id,
|
|
|
|
+ cjd_name,
|
|
|
|
+ is_meet,
|
|
|
|
+ meet_remark
|
|
|
|
+ from zsyz_sbbzb
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
<select id="selectZsyzSbbzbList" parameterType="ZsyzSbbzb" resultMap="ZsyzSbbzbResult">
|
|
<select id="selectZsyzSbbzbList" parameterType="ZsyzSbbzb" resultMap="ZsyzSbbzbResult">
|
|
@@ -319,14 +366,57 @@
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|
|
<select id="selectZsyzSbbzbListByZp" resultType="com.ruoyi.system.domain.projectV2.ZsyzSbbzb">
|
|
<select id="selectZsyzSbbzbListByZp" resultType="com.ruoyi.system.domain.projectV2.ZsyzSbbzb">
|
|
- select s.id, s.sbdw, s.tbrq, s.zszxfzr, s.xmbh, s.xmxsmc, s.sfwlhxxxm, s.yzdq_id, s.yzdq_name, s.yzss_name, s.ntze, s.cylx_id, s.cylx_name, s.xmlb,
|
|
|
|
- s.tzlb, s.nlhd, s.czpt, s.tzzt, s.xmjz, s.gtzzrsfzhm, s.qytzrxyzdm, s.qybj, s.tzfjj, s.sndxse, s.sndnse, s.tzrxm, s.tzrzw, s.tzrdh, s.xmjj, s.name,
|
|
|
|
- s.strq, s.phone, s.zw, s.user_id, s.create_by, s.type, s.progress, s.dept_id, s.create_time, s.update_by, s.is_del, s.update_time, s.remark, s.cjd_id,
|
|
|
|
- s.cjd_name, s.is_meet, s.meet_remark
|
|
|
|
|
|
+ select s.id,
|
|
|
|
+ s.sbdw,
|
|
|
|
+ s.tbrq,
|
|
|
|
+ s.zszxfzr,
|
|
|
|
+ s.xmbh,
|
|
|
|
+ s.xmxsmc,
|
|
|
|
+ s.sfwlhxxxm,
|
|
|
|
+ s.yzdq_id,
|
|
|
|
+ s.yzdq_name,
|
|
|
|
+ s.yzss_name,
|
|
|
|
+ s.ntze,
|
|
|
|
+ s.cylx_id,
|
|
|
|
+ s.cylx_name,
|
|
|
|
+ s.xmlb,
|
|
|
|
+ s.tzlb,
|
|
|
|
+ s.nlhd,
|
|
|
|
+ s.czpt,
|
|
|
|
+ s.tzzt,
|
|
|
|
+ s.xmjz,
|
|
|
|
+ s.gtzzrsfzhm,
|
|
|
|
+ s.qytzrxyzdm,
|
|
|
|
+ s.qybj,
|
|
|
|
+ s.tzfjj,
|
|
|
|
+ s.sndxse,
|
|
|
|
+ s.sndnse,
|
|
|
|
+ s.tzrxm,
|
|
|
|
+ s.tzrzw,
|
|
|
|
+ s.tzrdh,
|
|
|
|
+ s.xmjj,
|
|
|
|
+ s.name,
|
|
|
|
+ s.strq,
|
|
|
|
+ s.phone,
|
|
|
|
+ s.zw,
|
|
|
|
+ s.user_id,
|
|
|
|
+ s.create_by,
|
|
|
|
+ s.type,
|
|
|
|
+ s.progress,
|
|
|
|
+ s.dept_id,
|
|
|
|
+ s.create_time,
|
|
|
|
+ s.update_by,
|
|
|
|
+ s.is_del,
|
|
|
|
+ s.update_time,
|
|
|
|
+ s.remark,
|
|
|
|
+ s.cjd_id,
|
|
|
|
+ s.cjd_name,
|
|
|
|
+ s.is_meet,
|
|
|
|
+ s.meet_remark
|
|
from zsyz_project_dept d
|
|
from zsyz_project_dept d
|
|
- left join zsyz_sbbzb s on s.id = d.xm_id
|
|
|
|
- where s.is_del = 'N'
|
|
|
|
- and (d.dept_id = #{deptId} or s.depe_id = #{deptId})
|
|
|
|
|
|
+ left join zsyz_sbbzb s on s.id = d.xm_id
|
|
|
|
+ where s.is_del = 'N'
|
|
|
|
+ and (d.dept_id = #{deptId} or s.depe_id = #{deptId})
|
|
</select>
|
|
</select>
|
|
<select id="ldpsList" parameterType="ZsyzSbbzb" resultMap="ZsyzSbbzbResult">
|
|
<select id="ldpsList" parameterType="ZsyzSbbzb" resultMap="ZsyzSbbzbResult">
|
|
select s.id, s.sbdw, s.tbrq, s.zszxfzr, s.xmbh, s.xmxsmc, s.sfwlhxxxm, s.yzdq_id, s.yzdq_name, s.yzss_name,
|
|
select s.id, s.sbdw, s.tbrq, s.zszxfzr, s.xmbh, s.xmxsmc, s.sfwlhxxxm, s.yzdq_id, s.yzdq_name, s.yzss_name,
|
|
@@ -393,13 +483,119 @@
|
|
<!-- 数据范围过滤 -->
|
|
<!-- 数据范围过滤 -->
|
|
${params.dataScope}
|
|
${params.dataScope}
|
|
</select>
|
|
</select>
|
|
- <select id="ldpsListCount" resultType="java.lang.Integer">
|
|
|
|
- select count(1) from (select s.id
|
|
|
|
|
|
+ <select id="ldpsListCount" resultType="java.lang.Long">
|
|
|
|
+ select count(1)
|
|
|
|
+ from (select s.id
|
|
from zsyz_sbbzb s
|
|
from zsyz_sbbzb s
|
|
left join zsyz_shyj j on s.id = j.xm_id
|
|
left join zsyz_shyj j on s.id = j.xm_id
|
|
left join zsyz_ldps l on l.source_id = j.id
|
|
left join zsyz_ldps l on l.source_id = j.id
|
|
- where s.is_del = 'N' and l.psnr is not null group by s.id ) a
|
|
|
|
|
|
+ where s.is_del = 'N' and l.psnr is not null
|
|
|
|
+ <if test="sbdw != null and sbdw != ''">and s.sbdw = #{sbdw}</if>
|
|
|
|
+ <if test="tbrq != null ">and s.tbrq = #{tbrq}</if>
|
|
|
|
+ <if test="zszxfzr != null and zszxfzr != ''">and s.zszxfzr = #{zszxfzr}</if>
|
|
|
|
+ <if test="xmbh != null and xmbh != ''">and s.xmbh = #{xmbh}</if>
|
|
|
|
+ <if test="xmxsmc != null and xmxsmc != ''">and s.xmxsmc = #{xmxsmc}</if>
|
|
|
|
+ <if test="sfwlhxxxm != null and sfwlhxxxm != ''">and s.sfwlhxxxm = #{sfwlhxxxm}</if>
|
|
|
|
+ <if test="yzdqId != null and yzdqId != ''">and s.yzdq_id = #{yzdqId}</if>
|
|
|
|
+ <if test="yzdqName != null and yzdqName != ''">and s.yzdq_name like concat('%', #{yzdqName}, '%')</if>
|
|
|
|
+ <if test="yzssName != null and yzssName != ''">and s.yzss_name like concat('%', #{yzssName}, '%')</if>
|
|
|
|
+ <if test="ntze != null and ntze != ''">and s.ntze = #{ntze}</if>
|
|
|
|
+ <if test="cylxId != null and cylxId != ''">and s.cylx_id = #{cylxId}</if>
|
|
|
|
+ <if test="cylxName != null and cylxName != ''">and s.cylx_name like concat('%', #{cylxName}, '%')</if>
|
|
|
|
+ <if test="xmlb != null and xmlb != ''">and s.xmlb = #{xmlb}</if>
|
|
|
|
+ <if test="tzlb != null and tzlb != ''">and s.tzlb = #{tzlb}</if>
|
|
|
|
+ <if test="nlhd != null and nlhd != ''">and s.nlhd = #{nlhd}</if>
|
|
|
|
+ <if test="czpt != null and czpt != ''">and s.czpt = #{czpt}</if>
|
|
|
|
+ <if test="tzzt != null and tzzt != ''">and s.tzzt = #{tzzt}</if>
|
|
|
|
+ <if test="xmjz != null and xmjz != ''">and s.xmjz = #{xmjz}</if>
|
|
|
|
+ <if test="gtzzrsfzhm != null and gtzzrsfzhm != ''">and s.gtzzrsfzhm = #{gtzzrsfzhm}</if>
|
|
|
|
+ <if test="qytzrxyzdm != null and qytzrxyzdm != ''">and s.qytzrxyzdm = #{qytzrxyzdm}</if>
|
|
|
|
+ <if test="qybj != null and qybj != ''">and s.qybj = #{qybj}</if>
|
|
|
|
+ <if test="tzfjj != null and tzfjj != ''">and s.tzfjj = #{tzfjj}</if>
|
|
|
|
+ <if test="sndxse != null and sndxse != ''">and s.sndxse = #{sndxse}</if>
|
|
|
|
+ <if test="sndnse != null and sndnse != ''">and s.sndnse = #{sndnse}</if>
|
|
|
|
+ <if test="tzrxm != null and tzrxm != ''">and s.tzrxm = #{tzrxm}</if>
|
|
|
|
+ <if test="tzrzw != null and tzrzw != ''">and s.tzrzw = #{tzrzw}</if>
|
|
|
|
+ <if test="tzrdh != null and tzrdh != ''">and s.tzrdh = #{tzrdh}</if>
|
|
|
|
+ <if test="xmjj != null and xmjj != ''">and s.xmjj = #{xmjj}</if>
|
|
|
|
+ <if test="name != null and name != ''">and s.name like concat('%', #{name}, '%')</if>
|
|
|
|
+ <if test="strq != null ">and s.strq = #{strq}</if>
|
|
|
|
+ <if test="phone != null and phone != ''">and s.phone = #{phone}</if>
|
|
|
|
+ <if test="zw != null and zw != ''">and s.zw = #{zw}</if>
|
|
|
|
+ <if test="userId != null ">and s.user_id = #{userId}</if>
|
|
|
|
+ <if test="type != null and type != ''">and s.type = #{type}</if>
|
|
|
|
+ <if test="progress != null and progress != ''">and s.progress in (#{progress})</if>
|
|
|
|
+ <if test="isDel != null and isDel != ''">and s.is_del = #{isDel}</if>
|
|
|
|
+ <if test="cjdId != null ">and s.cjd_id = #{cjdId}</if>
|
|
|
|
+ <if test="cjdName != null and cjdName != ''">and s.cjd_name like concat('%', #{cjdName}, '%')</if>
|
|
|
|
+ <if test="isMeet != null and isMeet != ''">and s.is_meet = #{isMeet}</if>
|
|
|
|
+ <if test="meetRemark != null and meetRemark != ''">and s.meet_remark = #{meetRemark}</if>
|
|
|
|
+ <if test="params.beginTime != null and params.beginTime != ''"><!-- 开始时间检索 -->
|
|
|
|
+ AND date_format(s.create_time,'%y%m%d') >= date_format(#{params.beginTime},'%y%m%d')
|
|
|
|
+ </if>
|
|
|
|
+ <if test="params.endTime != null and params.endTime != ''"><!-- 结束时间检索 -->
|
|
|
|
+ AND date_format(s.create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d')
|
|
|
|
+ </if>
|
|
|
|
+ group by s.id ) a
|
|
</select>
|
|
</select>
|
|
|
|
+ <select id="selectZsyzSbbzbListCount" resultType="java.lang.Long">
|
|
|
|
+ select count(1)
|
|
|
|
+ from (
|
|
|
|
+ select s.id
|
|
|
|
+ from zsyz_sbbzb s
|
|
|
|
+ left join zsyz_shyj j on s.id = j.xm_id
|
|
|
|
+ <where>
|
|
|
|
+ s.is_del = 'N'
|
|
|
|
+ <if test="sbdw != null and sbdw != ''">and s.sbdw = #{sbdw}</if>
|
|
|
|
+ <if test="tbrq != null ">and s.tbrq = #{tbrq}</if>
|
|
|
|
+ <if test="zszxfzr != null and zszxfzr != ''">and s.zszxfzr = #{zszxfzr}</if>
|
|
|
|
+ <if test="xmbh != null and xmbh != ''">and s.xmbh = #{xmbh}</if>
|
|
|
|
+ <if test="xmxsmc != null and xmxsmc != ''">and s.xmxsmc = #{xmxsmc}</if>
|
|
|
|
+ <if test="sfwlhxxxm != null and sfwlhxxxm != ''">and s.sfwlhxxxm = #{sfwlhxxxm}</if>
|
|
|
|
+ <if test="yzdqId != null and yzdqId != ''">and s.yzdq_id = #{yzdqId}</if>
|
|
|
|
+ <if test="yzdqName != null and yzdqName != ''">and s.yzdq_name like concat('%', #{yzdqName}, '%')</if>
|
|
|
|
+ <if test="yzssName != null and yzssName != ''">and s.yzss_name like concat('%', #{yzssName}, '%')</if>
|
|
|
|
+ <if test="ntze != null and ntze != ''">and s.ntze = #{ntze}</if>
|
|
|
|
+ <if test="cylxId != null and cylxId != ''">and s.cylx_id = #{cylxId}</if>
|
|
|
|
+ <if test="cylxName != null and cylxName != ''">and s.cylx_name like concat('%', #{cylxName}, '%')</if>
|
|
|
|
+ <if test="xmlb != null and xmlb != ''">and s.xmlb = #{xmlb}</if>
|
|
|
|
+ <if test="tzlb != null and tzlb != ''">and s.tzlb = #{tzlb}</if>
|
|
|
|
+ <if test="nlhd != null and nlhd != ''">and s.nlhd = #{nlhd}</if>
|
|
|
|
+ <if test="czpt != null and czpt != ''">and s.czpt = #{czpt}</if>
|
|
|
|
+ <if test="tzzt != null and tzzt != ''">and s.tzzt = #{tzzt}</if>
|
|
|
|
+ <if test="xmjz != null and xmjz != ''">and s.xmjz = #{xmjz}</if>
|
|
|
|
+ <if test="gtzzrsfzhm != null and gtzzrsfzhm != ''">and s.gtzzrsfzhm = #{gtzzrsfzhm}</if>
|
|
|
|
+ <if test="qytzrxyzdm != null and qytzrxyzdm != ''">and s.qytzrxyzdm = #{qytzrxyzdm}</if>
|
|
|
|
+ <if test="qybj != null and qybj != ''">and s.qybj = #{qybj}</if>
|
|
|
|
+ <if test="tzfjj != null and tzfjj != ''">and s.tzfjj = #{tzfjj}</if>
|
|
|
|
+ <if test="sndxse != null and sndxse != ''">and s.sndxse = #{sndxse}</if>
|
|
|
|
+ <if test="sndnse != null and sndnse != ''">and s.sndnse = #{sndnse}</if>
|
|
|
|
+ <if test="tzrxm != null and tzrxm != ''">and s.tzrxm = #{tzrxm}</if>
|
|
|
|
+ <if test="tzrzw != null and tzrzw != ''">and s.tzrzw = #{tzrzw}</if>
|
|
|
|
+ <if test="tzrdh != null and tzrdh != ''">and s.tzrdh = #{tzrdh}</if>
|
|
|
|
+ <if test="xmjj != null and xmjj != ''">and s.xmjj = #{xmjj}</if>
|
|
|
|
+ <if test="name != null and name != ''">and s.name like concat('%', #{name}, '%')</if>
|
|
|
|
+ <if test="strq != null ">and s.strq = #{strq}</if>
|
|
|
|
+ <if test="phone != null and phone != ''">and s.phone = #{phone}</if>
|
|
|
|
+ <if test="zw != null and zw != ''">and s.zw = #{zw}</if>
|
|
|
|
+ <if test="userId != null ">and s.user_id = #{userId}</if>
|
|
|
|
+ <if test="type != null and type != ''">and s.type = #{type}</if>
|
|
|
|
+ <if test="progress != null and progress != ''">and s.progress in (#{progress})</if>
|
|
|
|
+ <if test="isDel != null and isDel != ''">and s.is_del = #{isDel}</if>
|
|
|
|
+ <if test="cjdId != null ">and s.cjd_id = #{cjdId}</if>
|
|
|
|
+ <if test="cjdName != null and cjdName != ''">and s.cjd_name like concat('%', #{cjdName}, '%')</if>
|
|
|
|
+ <if test="isMeet != null and isMeet != ''">and s.is_meet = #{isMeet}</if>
|
|
|
|
+ <if test="meetRemark != null and meetRemark != ''">and s.meet_remark = #{meetRemark}</if>
|
|
|
|
+ <if test="params.beginTime != null and params.beginTime != ''"><!-- 开始时间检索 -->
|
|
|
|
+ AND date_format(s.create_time,'%y%m%d') >= date_format(#{params.beginTime},'%y%m%d')
|
|
|
|
+ </if>
|
|
|
|
+ <if test="params.endTime != null and params.endTime != ''"><!-- 结束时间检索 -->
|
|
|
|
+ AND date_format(s.create_time,'%y%m%d') <= date_format(#{params.endTime},'%y%m%d')
|
|
|
|
+ </if>
|
|
|
|
+ </where>
|
|
|
|
+ group by s.id ) a
|
|
|
|
+ </select>
|
|
|
|
+
|
|
|
|
|
|
<insert id="insertZsyzSbbzb" parameterType="ZsyzSbbzb" useGeneratedKeys="true" keyProperty="id">
|
|
<insert id="insertZsyzSbbzb" parameterType="ZsyzSbbzb" useGeneratedKeys="true" keyProperty="id">
|
|
insert into zsyz_sbbzb
|
|
insert into zsyz_sbbzb
|
|
@@ -554,7 +750,10 @@
|
|
where id = #{id}
|
|
where id = #{id}
|
|
</update>
|
|
</update>
|
|
<update id="updateZsyzSbbzbCjd" parameterType="ZsyzSbbzb">
|
|
<update id="updateZsyzSbbzbCjd" parameterType="ZsyzSbbzb">
|
|
- update zsyz_sbbzb set cjd_id = #{cjdId},cjd_name = #{cjdName} where id = #{id}
|
|
|
|
|
|
+ update zsyz_sbbzb
|
|
|
|
+ set cjd_id = #{cjdId},
|
|
|
|
+ cjd_name = #{cjdName}
|
|
|
|
+ where id = #{id}
|
|
</update>
|
|
</update>
|
|
<update id="updateZsyzSbbzbForZc" parameterType="ZsyzSbbzb">
|
|
<update id="updateZsyzSbbzbForZc" parameterType="ZsyzSbbzb">
|
|
update zsyz_sbbzb
|
|
update zsyz_sbbzb
|
|
@@ -565,11 +764,15 @@
|
|
where id = #{id}
|
|
where id = #{id}
|
|
</update>
|
|
</update>
|
|
<update id="updateZsyzSbbzbProgress" parameterType="ZsyzSbbzb">
|
|
<update id="updateZsyzSbbzbProgress" parameterType="ZsyzSbbzb">
|
|
- update zsyz_sbbzb set progress = #{progress} where id = #{id}
|
|
|
|
|
|
+ update zsyz_sbbzb
|
|
|
|
+ set progress = #{progress}
|
|
|
|
+ where id = #{id}
|
|
</update>
|
|
</update>
|
|
|
|
|
|
<delete id="deleteZsyzSbbzbById" parameterType="Long">
|
|
<delete id="deleteZsyzSbbzbById" parameterType="Long">
|
|
- delete from zsyz_sbbzb where id = #{id}
|
|
|
|
|
|
+ delete
|
|
|
|
+ from zsyz_sbbzb
|
|
|
|
+ where id = #{id}
|
|
</delete>
|
|
</delete>
|
|
|
|
|
|
<delete id="deleteZsyzSbbzbByIds" parameterType="String">
|
|
<delete id="deleteZsyzSbbzbByIds" parameterType="String">
|