762 lines
34 KiB
XML
762 lines
34 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
<mapper namespace="com.adc.da.slrs.sarStandItems.dao.SarStandItemsDao">
|
|
<!-- Result Map-->
|
|
<resultMap id="BaseResultMap" type="com.adc.da.slrs.sarStandItems.entity.SarStandItems">
|
|
<id column="id" property="id"/>
|
|
<result column="modify_time" property="modifyTime"/>
|
|
<result column="creation_time" property="creationTime"/>
|
|
<result column="creation_user" property="creationUser"/>
|
|
<result column="valid_flag" property="validFlag"/>
|
|
<result column="remarks" property="remarks"/>
|
|
<result column="responsible_unit" property="responsibleUnit"/>
|
|
<result column="energy_kind" property="energyKind"/>
|
|
<result column="apply_arctic" property="applyArctic"/>
|
|
<result column="tack_time" property="tackTime"/>
|
|
<result column="parts" property="parts"/>
|
|
<result column="items_name" property="itemsName"/>
|
|
<result column="items_num" property="itemsNum"/>
|
|
<result column="stand_id" property="standId"/>
|
|
<result column="MAINPOINTS_IMPEMENTATION" property="mainPointImplementation"/>
|
|
<result column="TERMS_CONDITIONS" property="termsConditions" jdbcType="CLOB" javaType="java.lang.String"/>
|
|
<result column="fo" property="fo"/>
|
|
<result column="duty_engineer" property="dutyEngineer"/>
|
|
<result column="svpps" property="svpps"/>
|
|
<result column="claim_type" property="claimType"/>
|
|
<result column="bus_stand_cover" property="busStandCover"/>
|
|
<result column="file_type" property="fileType"/>
|
|
<result column="claimTypeShow" property="claimTypeShow"/>
|
|
<result column="fileTypeShow" property="fileTypeShow"/>
|
|
<result column="applyArcticShow" property="applyArcticShow"/>
|
|
<result column="responsibleUnitShow" property="responsibleUnitShow"/>
|
|
<result column="itemState" property="itemState"/>
|
|
</resultMap>
|
|
|
|
<resultMap id="SecondResultMap" type="com.adc.da.slrs.sarStandItems.entity.SarStandItems">
|
|
<id column="id" property="id"/>
|
|
<result column="modify_time" property="modifyTime"/>
|
|
<result column="creation_time" property="creationTime"/>
|
|
<result column="creation_user" property="creationUser"/>
|
|
<result column="valid_flag" property="validFlag"/>
|
|
<result column="remarks" property="remarks"/>
|
|
<result column="responsible_unit" property="responsibleUnit"/>
|
|
<result column="energy_kind" property="energyKind"/>
|
|
<result column="apply_arctic" property="applyArctic"/>
|
|
<result column="tack_time" property="tackTime"/>
|
|
<result column="parts" property="parts"/>
|
|
<result column="items_name" property="itemsName"/>
|
|
<result column="items_num" property="itemsNum"/>
|
|
<result column="stand_id" property="standId"/>
|
|
<result column="responsibleUnitShow" property="responsibleUnitShow"/>
|
|
<result column="foShow" property="foShow"/>
|
|
</resultMap>
|
|
|
|
<resultMap id="sarItemVOResultMap" type="com.adc.da.slrs.sarStandItems.entity.SarItemVO">
|
|
<id column="id" property="id"/>
|
|
<result column="STAND_ID" property="standId"/>
|
|
<result column="ITEMS_NUM" property="itemsNum"/>
|
|
<result column="ITEMS_NAME" property="itemsName"/>
|
|
<result column="ITEMS_TITLE" property="itemsTitle"/>
|
|
<result column="TERMS_CONDITIONS" property="termsConditions"/>
|
|
<result column="XCXSSRQ" property="XCXSSRQ"/>
|
|
<result column="ZCCSSRQ" property="ZCCSSRQ"/>
|
|
<result column="APPLY_ARCTIC" property="applyArctic"/>
|
|
<result column="RESPONSIBLE_UNIT" property="responsibleUnit"/>
|
|
<result column="DUTY_ENGINEER" property="dutyEngineer"/>
|
|
<result column="compared_with_previous" property="comparedWithPrevious"/>
|
|
<result column="compliance_state" property="complianceState"/>
|
|
<result column="COMPLIANCE_REQUIR" property="complianceRequire"/>
|
|
<result column="FILE_TYPE" property="fileType"/>
|
|
<result column="core_technical_requirement" property="interpretationContent"/>
|
|
</resultMap>
|
|
|
|
|
|
<!-- SAR_STAND_ITEMS table all fields -->
|
|
<sql id="Base_Column_List">
|
|
SAR_STAND_ITEMS.modify_time, SAR_STAND_ITEMS.creation_time, SAR_STAND_ITEMS.creation_user, SAR_STAND_ITEMS.valid_flag, SAR_STAND_ITEMS.remarks, SAR_STAND_ITEMS.responsible_unit, SAR_STAND_ITEMS.energy_kind, SAR_STAND_ITEMS.apply_arctic, tack_time, parts, SAR_STAND_ITEMS.items_name, SAR_STAND_ITEMS.items_num, SAR_STAND_ITEMS.stand_id, SAR_STAND_ITEMS.id
|
|
,TS_ORG.org_name as responsibleUnitShow,SAR_STAND_ITEMS.MAINPOINTS_IMPEMENTATION,SAR_STAND_ITEMS.TERMS_CONDITIONS,tsFo.UNAME as foShow,SAR_STAND_ITEMS.duty_engineer,SAR_STAND_ITEMS.svpps,
|
|
SAR_STAND_ITEMS.claim_type,SAR_STAND_ITEMS.bus_stand_cover,SAR_STAND_ITEMS.file_type,dicClaimType.DIC_TYPE_NAME as claimTypeShow,tsdutyEngineer.UNAME as dutyEngineerShow,SAR_STAND_ITEMS.fo
|
|
</sql>
|
|
|
|
<sql id="Base_Query_Column_List">
|
|
SAR_STAND_ITEMS.modify_time, SAR_STAND_ITEMS.creation_time, SAR_STAND_ITEMS.creation_user, SAR_STAND_ITEMS.valid_flag, SAR_STAND_ITEMS.remarks, SAR_STAND_ITEMS.responsible_unit,
|
|
SAR_STAND_ITEMS.energy_kind, SAR_STAND_ITEMS.apply_arctic, tack_time, parts, SAR_STAND_ITEMS.items_name, SAR_STAND_ITEMS.items_num, SAR_STAND_ITEMS.stand_id, SAR_STAND_ITEMS.id
|
|
,SAR_STAND_ITEMS.MAINPOINTS_IMPEMENTATION,SAR_STAND_ITEMS.TERMS_CONDITIONS,SAR_STAND_ITEMS.duty_engineer,SAR_STAND_ITEMS.svpps,
|
|
SAR_STAND_ITEMS.claim_type,SAR_STAND_ITEMS.bus_stand_cover,SAR_STAND_ITEMS.file_type,SAR_STAND_ITEMS.fo
|
|
</sql>
|
|
|
|
<!-- 查询条件 -->
|
|
<sql id="Base_Where_Clause">
|
|
left join SAR_STANDARDS_INFO on (SAR_STANDARDS_INFO.id = SAR_STAND_ITEMS.stand_id and
|
|
SAR_STANDARDS_INFO.valid_flag=0)
|
|
left join TS_DICTYPE dicClaimType on (dicClaimType.dic_type_code = SAR_STAND_ITEMS.claim_type and
|
|
dicClaimType.dic_id is
|
|
not null and dicClaimType.valid_flag = 0)
|
|
left join TS_USER tsdutyEngineer on (tsdutyEngineer.USID = SAR_STAND_ITEMS.duty_engineer and
|
|
tsdutyEngineer.valid_flag=0
|
|
and tsdutyEngineer.DISABLE_FLAG=0)
|
|
left join TS_USER tsFo on (tsFo.USID = SAR_STAND_ITEMS.fo and tsFo.valid_flag=0
|
|
and tsFo.DISABLE_FLAG=0)
|
|
where 1=1
|
|
<trim suffixOverrides=",">
|
|
<if test="fileType != null">
|
|
and SAR_STAND_ITEMS.file_type = #{fileType}
|
|
</if>
|
|
<if test="modifyTime != null">
|
|
and SAR_STAND_ITEMS.modify_time ${modifyTimeOperator} #{modifyTime}
|
|
</if>
|
|
<if test="modifyTime1 != null">
|
|
and SAR_STAND_ITEMS.modify_time >= #{modifyTime1}
|
|
</if>
|
|
<if test="modifyTime2 != null">
|
|
and SAR_STAND_ITEMS.modify_time <= #{modifyTime2}
|
|
</if>
|
|
<if test="creationTime != null">
|
|
and SAR_STAND_ITEMS.creation_time ${creationTimeOperator} #{creationTime}
|
|
</if>
|
|
<if test="creationTime1 != null">
|
|
and SAR_STAND_ITEMS.creation_time >= #{creationTime1}
|
|
</if>
|
|
<if test="creationTime2 != null">
|
|
and SAR_STAND_ITEMS.creation_time <= #{creationTime2}
|
|
</if>
|
|
<if test="creationUser != null">
|
|
and SAR_STAND_ITEMS.creation_user ${creationUserOperator} #{creationUser}
|
|
</if>
|
|
<if test="validFlag != null">
|
|
and SAR_STAND_ITEMS.valid_flag ${validFlagOperator} #{validFlag}
|
|
</if>
|
|
<if test="remarks != null">
|
|
and SAR_STAND_ITEMS.remarks ${remarksOperator} #{remarks}
|
|
</if>
|
|
<if test="responsibleUnit != null">
|
|
and SAR_STAND_ITEMS.responsible_unit = #{responsibleUnit}
|
|
</if>
|
|
<if test="energyKind != null">
|
|
and SAR_STAND_ITEMS.energy_kind ${energyKindOperator} #{energyKind}
|
|
</if>
|
|
<if test="applyArctic != null">
|
|
and SAR_STAND_ITEMS.apply_arctic ${applyArcticOperator} #{applyArctic}
|
|
</if>
|
|
<if test="tackTime != null">
|
|
and SAR_STAND_ITEMS.tack_time ${tackTimeOperator} #{tackTime}
|
|
</if>
|
|
<if test="tackTime1 != null">
|
|
and SAR_STAND_ITEMS.tack_time >= #{tackTime1}
|
|
</if>
|
|
<if test="tackTime2 != null">
|
|
and SAR_STAND_ITEMS.tack_time <= #{tackTime2}
|
|
</if>
|
|
<if test="parts != null">
|
|
and SAR_STAND_ITEMS.parts like concat(concat('%', #{parts}),'%')
|
|
</if>
|
|
<if test="nameOrRequest != null">
|
|
and (SAR_STAND_ITEMS.items_name like concat(concat('%', #{nameOrRequest}),'%') or
|
|
SAR_STAND_ITEMS.TERMS_CONDITIONS like concat(concat('%', #{nameOrRequest}),'%'))
|
|
</if>
|
|
<if test="itemsName != null">
|
|
and SAR_STAND_ITEMS.items_name ${itemsNameOperator} #{itemsName}
|
|
</if>
|
|
<if test="itemsNum != null">
|
|
and SAR_STAND_ITEMS.items_num ${itemsNumOperator} #{itemsNum}
|
|
</if>
|
|
<if test="standId != null">
|
|
and SAR_STAND_ITEMS.stand_id ${standIdOperator} #{standId}
|
|
</if>
|
|
<if test="standNum != null">
|
|
and ((SAR_STANDARDS_INFO.STAND_SORT || ' ' || SAR_STANDARDS_INFO.STAND_NUMBER || '-' ||
|
|
SAR_STANDARDS_INFO.STAND_YEAR like concat(concat('%',#{standNum}),'%') and SAR_STANDARDS_INFO.STAND_YEAR
|
|
is not null)
|
|
or (SAR_STANDARDS_INFO.STAND_SORT || ' ' || SAR_STANDARDS_INFO.STAND_NUMBER like
|
|
concat(concat('%',#{standNum}),'%')
|
|
and SAR_STANDARDS_INFO.STAND_YEAR is null))
|
|
</if>
|
|
<if test="id != null">
|
|
and SAR_STAND_ITEMS.id ${idOperator} #{id}
|
|
</if>
|
|
<if test="noId != null">
|
|
and SAR_STAND_ITEMS.id != #{noId}
|
|
</if>
|
|
<if test="productId != null">
|
|
and SAR_PRODUCT_SAR_STATE.product_id = #{productId}
|
|
</if>
|
|
<if test="idlist != null">
|
|
and SAR_STAND_ITEMS.id in
|
|
<foreach collection="idlist" index="index" item="item" open="(" separator="," close=")">
|
|
#{item}
|
|
</foreach>
|
|
</if>
|
|
<if test='proType != null and proType == "process"'>
|
|
and (SAR_STAND_ITEMS.claim_type='L7N7EEDAPR' or SAR_STAND_ITEMS.claim_type='RENVECPFGT')
|
|
</if>
|
|
</trim>
|
|
</sql>
|
|
|
|
<!-- 插入记录 -->
|
|
<!--<insert id="insert" parameterType="com.adc.da.slrs.sarStandItems.entity.SarStandItems" >-->
|
|
<!--<!– <selectKey resultType="java.lang.String" order="BEFORE" keyProperty="id">-->
|
|
<!--SELECT SEQ_SAR_STAND_ITEMS.NEXTVAL FROM DUAL-->
|
|
<!--</selectKey> –>-->
|
|
<!--insert into SAR_STAND_ITEMS(<include refid="Base_Column_List" />)-->
|
|
<!--values (#{modifyTime, jdbcType=TIMESTAMP}, #{creationTime, jdbcType=TIMESTAMP}, #{creationUser, jdbcType=VARCHAR}, #{validFlag, jdbcType=INTEGER}, #{remarks, jdbcType=VARCHAR}, #{responsibleUnit, jdbcType=VARCHAR}, #{energyKind, jdbcType=VARCHAR}, #{applyArctic, jdbcType=VARCHAR}, #{tackTime, jdbcType=TIMESTAMP}, #{parts, jdbcType=VARCHAR}, #{itemsName, jdbcType=VARCHAR}, #{itemsNum, jdbcType=VARCHAR}, #{standId, jdbcType=VARCHAR}, #{id, jdbcType=VARCHAR})-->
|
|
<!--</insert>-->
|
|
|
|
<!-- 动态插入记录 主键是序列 -->
|
|
<insert id="insertSelective" parameterType="com.adc.da.slrs.sarStandItems.entity.SarStandItems">
|
|
<!-- <selectKey resultType="java.lang.String" order="BEFORE" keyProperty="id">
|
|
SELECT SEQ_SAR_STAND_ITEMS.NEXTVAL FROM DUAL
|
|
</selectKey> -->
|
|
insert into SAR_STAND_ITEMS
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<if test="modifyTime != null">modify_time,</if>
|
|
<if test="creationTime != null">creation_time,</if>
|
|
<if test="creationUser != null">creation_user,</if>
|
|
<if test="validFlag != null">valid_flag,</if>
|
|
<if test="remarks != null">remarks,</if>
|
|
<if test="responsibleUnit != null">responsible_unit,</if>
|
|
<if test="energyKind != null">energy_kind,</if>
|
|
<if test="applyArctic != null">apply_arctic,</if>
|
|
<if test="tackTime != null">tack_time,</if>
|
|
<if test="parts != null">parts,</if>
|
|
<if test="itemsName != null">items_name,</if>
|
|
<if test="itemsNum != null">items_num,</if>
|
|
<if test="standId != null">stand_id,</if>
|
|
<if test="id != null">id,</if>
|
|
<if test="mainPointImplementation != null">MAINPOINTS_IMPEMENTATION,</if>
|
|
<if test="termsConditions != null">TERMS_CONDITIONS,</if>
|
|
|
|
<if test="fo != null">fo,</if>
|
|
<if test="dutyEngineer != null">duty_engineer,</if>
|
|
<if test="svpps != null">svpps,</if>
|
|
<if test="claimType != null">claim_type,</if>
|
|
<if test="busStandCover != null">bus_stand_cover,</if>
|
|
<if test="fileType != null">file_type</if>
|
|
|
|
</trim>
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
<if test="modifyTime != null">#{modifyTime, jdbcType=TIMESTAMP},</if>
|
|
<if test="creationTime != null">#{creationTime, jdbcType=TIMESTAMP},</if>
|
|
<if test="creationUser != null">#{creationUser, jdbcType=VARCHAR},</if>
|
|
<if test="validFlag != null">#{validFlag, jdbcType=INTEGER},</if>
|
|
<if test="remarks != null">#{remarks, jdbcType=VARCHAR},</if>
|
|
<if test="responsibleUnit != null">#{responsibleUnit, jdbcType=VARCHAR},</if>
|
|
<if test="energyKind != null">#{energyKind, jdbcType=VARCHAR},</if>
|
|
<if test="applyArctic != null">#{applyArctic, jdbcType=VARCHAR},</if>
|
|
<if test="tackTime != null">#{tackTime, jdbcType=TIMESTAMP},</if>
|
|
<if test="parts != null">#{parts, jdbcType=VARCHAR},</if>
|
|
<if test="itemsName != null">#{itemsName, jdbcType=VARCHAR},</if>
|
|
<if test="itemsNum != null">#{itemsNum, jdbcType=VARCHAR},</if>
|
|
<if test="standId != null">#{standId, jdbcType=VARCHAR},</if>
|
|
<if test="id != null">#{id, jdbcType=VARCHAR},</if>
|
|
<if test="mainPointImplementation != null">#{mainPointImplementation,jdbcType=VARCHAR},</if>
|
|
<if test="termsConditions != null">#{termsConditions,jdbcType=CLOB},</if>
|
|
|
|
<if test="fo != null">#{fo, jdbcType=VARCHAR},</if>
|
|
<if test="dutyEngineer != null">#{dutyEngineer, jdbcType=VARCHAR},</if>
|
|
<if test="svpps != null">#{svpps, jdbcType=VARCHAR},</if>
|
|
<if test="claimType != null">#{claimType, jdbcType=VARCHAR},</if>
|
|
<if test="busStandCover != null">#{busStandCover, jdbcType=VARCHAR},</if>
|
|
<if test="fileType != null">#{fileType, jdbcType=VARCHAR}</if>
|
|
</trim>
|
|
</insert>
|
|
|
|
<!-- 根据pk,修改记录-->
|
|
<update id="updateByPrimaryKey" parameterType="com.adc.da.slrs.sarStandItems.entity.SarStandItems">
|
|
update SAR_STAND_ITEMS
|
|
set modify_time = #{modifyTime},
|
|
creation_time = #{creationTime},
|
|
creation_user = #{creationUser},
|
|
valid_flag = #{validFlag},
|
|
remarks = #{remarks},
|
|
responsible_unit = #{responsibleUnit},
|
|
energy_kind = #{energyKind},
|
|
apply_arctic = #{applyArctic},
|
|
tack_time = #{tackTime},
|
|
parts = #{parts},
|
|
items_name = #{itemsName},
|
|
items_num = #{itemsNum},
|
|
stand_id = #{standId}
|
|
where id = #{id}
|
|
</update>
|
|
|
|
<!-- 修改记录,只修改只不为空的字段 -->
|
|
<update id="updateByPrimaryKeySelective" parameterType="com.adc.da.slrs.sarStandItems.entity.SarStandItems">
|
|
update SAR_STAND_ITEMS
|
|
<set>
|
|
<if test="modifyTime != null">
|
|
modify_time = #{modifyTime},
|
|
</if>
|
|
<if test="creationTime != null">
|
|
creation_time = #{creationTime},
|
|
</if>
|
|
<if test="creationUser != null">
|
|
creation_user = #{creationUser},
|
|
</if>
|
|
<if test="validFlag != null">
|
|
valid_flag = #{validFlag},
|
|
</if>
|
|
<if test="remarks != null">
|
|
remarks = #{remarks},
|
|
</if>
|
|
<if test="responsibleUnit != null">
|
|
responsible_unit = #{responsibleUnit},
|
|
</if>
|
|
<if test="energyKind != null">
|
|
energy_kind = #{energyKind},
|
|
</if>
|
|
<if test="applyArctic != null">
|
|
apply_arctic = #{applyArctic},
|
|
</if>
|
|
<if test="tackTime != null">
|
|
tack_time = #{tackTime},
|
|
</if>
|
|
<if test="tackTime == null">
|
|
tack_time = null,
|
|
</if>
|
|
<if test="parts != null">
|
|
parts = #{parts},
|
|
</if>
|
|
<if test="itemsName != null">
|
|
items_name = #{itemsName},
|
|
</if>
|
|
<if test="itemsNum != null">
|
|
items_num = #{itemsNum},
|
|
</if>
|
|
<if test="standId != null">
|
|
stand_id = #{standId},
|
|
</if>
|
|
<if test="mainPointImplementation != null">
|
|
MAINPOINTS_IMPEMENTATION = #{mainPointImplementation},
|
|
</if>
|
|
<if test="termsConditions != null">
|
|
TERMS_CONDITIONS = #{termsConditions,jdbcType=CLOB},
|
|
</if>
|
|
|
|
<if test="fo != null">
|
|
fo = #{fo},
|
|
</if>
|
|
<if test="dutyEngineer != null">
|
|
duty_engineer = #{dutyEngineer},
|
|
</if>
|
|
<if test="svpps != null">
|
|
svpps = #{svpps},
|
|
</if>
|
|
<if test="claimType != null">
|
|
claim_type = #{claimType},
|
|
</if>
|
|
<if test="busStandCover != null">
|
|
bus_stand_cover = #{busStandCover},
|
|
</if>
|
|
</set>
|
|
where id = #{id}
|
|
</update>
|
|
|
|
<!-- 根据id查询 SAR_STAND_ITEMS -->
|
|
<select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.String">
|
|
select
|
|
<include refid="Base_Query_Column_List"/>
|
|
from SAR_STAND_ITEMS
|
|
where id = #{value}
|
|
|
|
</select>
|
|
|
|
<!-- 删除记录 -->
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.String">
|
|
delete from SAR_STAND_ITEMS
|
|
where id = #{value}
|
|
|
|
</delete>
|
|
|
|
<!-- SAR_STAND_ITEMS 列表总数-->
|
|
<select id="queryByCount" resultType="java.lang.Integer" parameterType="com.adc.da.base.page.BasePage">
|
|
select count(1) from SAR_STAND_ITEMS
|
|
<include refid="Base_Where_Clause"/>
|
|
</select>
|
|
|
|
<select id="querySarItemAndInterpretation" resultMap="sarItemVOResultMap"
|
|
parameterType="com.adc.da.slrs.sarStandItems.entity.FindSarItemsPageReqDTO">
|
|
SELECT
|
|
*
|
|
FROM
|
|
sar_stand_items AS a
|
|
<where>
|
|
|
|
<if test="standId!=null and standId!=''">
|
|
and a.stand_id=#{standId}
|
|
</if>
|
|
|
|
<if test="fileType !=null and fileType!=''">
|
|
and a.file_type=#{fileType}
|
|
</if>
|
|
|
|
<if test="itemsName != null and itemsName!=''">
|
|
and a.ITEMS_NAME=#{itemsName}
|
|
</if>
|
|
<if test="XCXSSRQ !=null and XCXSSRQ!=''">
|
|
and a.XCXSSRQ=#{XCXSSRQ}
|
|
</if>
|
|
<if test="ZCCSSRQ !=null and ZCCSSRQ != ''">
|
|
and a.ZCCSSRQ=#{ZCCSSRQ}
|
|
</if>
|
|
</where>
|
|
LIMIT #{page},#{pageSize}
|
|
|
|
|
|
</select>
|
|
|
|
<!-- 查询SAR_STAND_ITEMS列表 -->
|
|
<select id="queryByPage" resultMap="BaseResultMap" parameterType="com.adc.da.base.page.BasePage">
|
|
select
|
|
<include refid="Base_Column_List"/>
|
|
from
|
|
(select tmp_tb.* from
|
|
(select SAR_STAND_ITEMS.modify_time, SAR_STAND_ITEMS.creation_time, SAR_STAND_ITEMS.creation_user,
|
|
SAR_STAND_ITEMS.valid_flag, SAR_STAND_ITEMS.remarks, SAR_STAND_ITEMS.responsible_unit,
|
|
SAR_STAND_ITEMS.energy_kind, SAR_STAND_ITEMS.apply_arctic, tack_time, parts, SAR_STAND_ITEMS.items_name,
|
|
SAR_STAND_ITEMS.items_num, SAR_STAND_ITEMS.stand_id, SAR_STAND_ITEMS.id
|
|
,TS_ORG.org_name as
|
|
responsibleUnitShow,SAR_STAND_ITEMS.MAINPOINTS_IMPEMENTATION,SAR_STAND_ITEMS.TERMS_CONDITIONS
|
|
from SAR_STAND_ITEMS
|
|
<include refid="Base_Where_Clause"/>
|
|
<if test="pager.orderCondition != null and pager.orderCondition != ''">
|
|
${pager.orderCondition}
|
|
</if>
|
|
) tmp_tb limit ${pager.startIndex-1},${pageSize}) a
|
|
</select>
|
|
|
|
<select id="queryByList" resultMap="BaseResultMap" parameterType="com.adc.da.base.page.BasePage">
|
|
select
|
|
<include refid="Base_Column_List"/>
|
|
from SAR_STAND_ITEMS
|
|
<include refid="Base_Where_Clause"/>
|
|
<if test="pager.orderCondition != null and pager.orderCondition != ''">
|
|
${pager.orderCondition}
|
|
</if>
|
|
</select>
|
|
|
|
<select id="queryItemsByList" resultMap="BaseResultMap" parameterType="com.adc.da.base.page.BasePage">
|
|
select<include refid="Base_Column_List"/>,
|
|
(
|
|
SELECT
|
|
group_concat(TS_DICTYPE.DIC_TYPE_NAME ORDER BY SAR_STAND_ITEM_VAL.property_type separator ',')
|
|
FROM
|
|
SAR_STAND_ITEM_VAL left join TS_DICTYPE on (TS_DICTYPE.dic_type_code = SAR_STAND_ITEM_VAL.property_val and
|
|
TS_DICTYPE.dic_id is not null)
|
|
WHERE
|
|
SAR_STAND_ITEM_VAL.ITEM_ID = SAR_STAND_ITEMS.id
|
|
AND SAR_STAND_ITEM_VAL.property_type = 'APPLY_ARCTIC'
|
|
) AS applyArcticShow,
|
|
(
|
|
SELECT
|
|
group_concat(TS_DICTYPE.DIC_TYPE_NAME ORDER BY SAR_STAND_ITEM_VAL.property_type separator ',')
|
|
FROM
|
|
SAR_STAND_ITEM_VAL left join TS_DICTYPE on (TS_DICTYPE.dic_type_code = SAR_STAND_ITEM_VAL.property_val and
|
|
TS_DICTYPE.dic_id is not null)
|
|
WHERE
|
|
SAR_STAND_ITEM_VAL.ITEM_ID = SAR_STAND_ITEMS.id
|
|
AND SAR_STAND_ITEM_VAL.property_type = 'ENERGY_KIND'
|
|
) AS emergyKindShow
|
|
from SAR_STAND_ITEMS left join TS_ORG on (SAR_STAND_ITEMS.responsible_unit =TS_ORG.id)
|
|
left join SAR_STANDARDS_INFO on (SAR_STANDARDS_INFO.id = SAR_STAND_ITEMS.stand_id and
|
|
SAR_STANDARDS_INFO.valid_flag=0)
|
|
left join TS_DICTYPE dicClaimType on (dicClaimType.dic_type_code = SAR_STAND_ITEMS.claim_type and
|
|
dicClaimType.dic_id is
|
|
not null and dicClaimType.valid_flag = 0)
|
|
left join TS_USER tsdutyEngineer on (tsdutyEngineer.USID = SAR_STAND_ITEMS.duty_engineer and
|
|
tsdutyEngineer.valid_flag=0
|
|
and tsdutyEngineer.DISABLE_FLAG=0)
|
|
left join TS_USER tsFo on (tsFo.USID = SAR_STAND_ITEMS.fo and tsFo.valid_flag=0
|
|
and tsFo.DISABLE_FLAG=0)
|
|
where 1=1
|
|
<if test="fileType != null">
|
|
and SAR_STAND_ITEMS.file_type = #{fileType}
|
|
</if>
|
|
<if test="modifyTime != null">
|
|
and SAR_STAND_ITEMS.modify_time ${modifyTimeOperator} #{modifyTime}
|
|
</if>
|
|
<if test="modifyTime1 != null">
|
|
and SAR_STAND_ITEMS.modify_time >= #{modifyTime1}
|
|
</if>
|
|
<if test="modifyTime2 != null">
|
|
and SAR_STAND_ITEMS.modify_time <= #{modifyTime2}
|
|
</if>
|
|
<if test="creationTime != null">
|
|
and SAR_STAND_ITEMS.creation_time ${creationTimeOperator} #{creationTime}
|
|
</if>
|
|
<if test="creationTime1 != null">
|
|
and SAR_STAND_ITEMS.creation_time >= #{creationTime1}
|
|
</if>
|
|
<if test="creationTime2 != null">
|
|
and SAR_STAND_ITEMS.creation_time <= #{creationTime2}
|
|
</if>
|
|
<if test="creationUser != null">
|
|
and SAR_STAND_ITEMS.creation_user ${creationUserOperator} #{creationUser}
|
|
</if>
|
|
<if test="validFlag != null">
|
|
and SAR_STAND_ITEMS.valid_flag ${validFlagOperator} #{validFlag}
|
|
</if>
|
|
<if test="remarks != null">
|
|
and SAR_STAND_ITEMS.remarks ${remarksOperator} #{remarks}
|
|
</if>
|
|
<if test="responsibleUnit != null">
|
|
and SAR_STAND_ITEMS.responsible_unit = #{responsibleUnit}
|
|
</if>
|
|
<if test="energyKind != null">
|
|
and SAR_STAND_ITEMS.energy_kind ${energyKindOperator} #{energyKind}
|
|
</if>
|
|
<if test="applyArctic != null">
|
|
and SAR_STAND_ITEMS.apply_arctic ${applyArcticOperator} #{applyArctic}
|
|
</if>
|
|
<if test="tackTime != null">
|
|
and SAR_STAND_ITEMS.tack_time ${tackTimeOperator} #{tackTime}
|
|
</if>
|
|
<if test="tackTime1 != null">
|
|
and SAR_STAND_ITEMS.tack_time >= #{tackTime1}
|
|
</if>
|
|
<if test="tackTime2 != null">
|
|
and SAR_STAND_ITEMS.tack_time <= #{tackTime2}
|
|
</if>
|
|
<if test="parts != null">
|
|
and SAR_STAND_ITEMS.parts like concat(concat('%', #{parts}),'%')
|
|
</if>
|
|
<if test="nameOrRequest != null">
|
|
and (SAR_STAND_ITEMS.items_name like concat(concat('%', #{nameOrRequest}),'%') or
|
|
SAR_STAND_ITEMS.TERMS_CONDITIONS like concat(concat('%', #{nameOrRequest}),'%'))
|
|
</if>
|
|
<if test="itemsName != null">
|
|
and SAR_STAND_ITEMS.items_name ${itemsNameOperator} #{itemsName}
|
|
</if>
|
|
<if test="itemsNum != null">
|
|
and SAR_STAND_ITEMS.items_num ${itemsNumOperator} #{itemsNum}
|
|
</if>
|
|
<if test="standId != null">
|
|
and SAR_STAND_ITEMS.stand_id ${standIdOperator} #{standId}
|
|
</if>
|
|
<if test="standNum != null">
|
|
and ((SAR_STANDARDS_INFO.STAND_SORT || ' ' || SAR_STANDARDS_INFO.STAND_NUMBER || '-' ||
|
|
SAR_STANDARDS_INFO.STAND_YEAR like concat(concat('%',#{standNum}),'%') and SAR_STANDARDS_INFO.STAND_YEAR is
|
|
not null)
|
|
or (SAR_STANDARDS_INFO.STAND_SORT || ' ' || SAR_STANDARDS_INFO.STAND_NUMBER like
|
|
concat(concat('%',#{standNum}),'%')
|
|
and SAR_STANDARDS_INFO.STAND_YEAR is null))
|
|
</if>
|
|
<if test="id != null">
|
|
and SAR_STAND_ITEMS.id ${idOperator} #{id}
|
|
</if>
|
|
<if test="noId != null">
|
|
and SAR_STAND_ITEMS.id != #{noId}
|
|
</if>
|
|
<if test="idlist != null">
|
|
and SAR_STAND_ITEMS.id in
|
|
<foreach collection="idlist" index="index" item="item" open="(" separator="," close=")">
|
|
#{item}
|
|
</foreach>
|
|
</if>
|
|
<if test='proType != null and proType == "process"'>
|
|
and (SAR_STAND_ITEMS.claim_type='L7N7EEDAPR' or SAR_STAND_ITEMS.claim_type='RENVECPFGT')
|
|
</if>
|
|
<if test="pager.orderCondition != null and pager.orderCondition != ''">
|
|
${pager.orderCondition}
|
|
</if>
|
|
</select>
|
|
|
|
|
|
<select id="queryIdsByList" resultMap="BaseResultMap" parameterType="com.adc.da.base.page.BasePage">
|
|
select SAR_STAND_ITEMS.id from SAR_STAND_ITEMS
|
|
<include refid="Base_Where_Clause"/>
|
|
<if test="pager.orderCondition != null and pager.orderCondition != ''">
|
|
${pager.orderCondition}
|
|
</if>
|
|
</select>
|
|
|
|
<insert id="insertForeach" parameterType="java.util.List">
|
|
insert into SAR_STAND_ITEMS(svpps,fo,file_type,modify_time,creation_time,creation_user,valid_flag,apply_arctic,
|
|
items_name,items_num,stand_id,id,terms_conditions,responsible_unit,duty_engineer)
|
|
values
|
|
<foreach collection="list" item="item" index="index" separator=",">
|
|
(#{item.svpps, jdbcType=VARCHAR},
|
|
#{item.fo, jdbcType=VARCHAR},
|
|
#{item.fileType, jdbcType=VARCHAR},
|
|
#{item.modifyTime, jdbcType=DATE},
|
|
#{item.creationTime, jdbcType=DATE},
|
|
#{item.creationUser, jdbcType=VARCHAR},
|
|
#{item.validFlag, jdbcType=INTEGER},
|
|
#{item.applyArctic, jdbcType=VARCHAR},
|
|
#{item.itemsName, jdbcType=VARCHAR},
|
|
#{item.itemsNum, jdbcType=VARCHAR},
|
|
#{item.standId, jdbcType=VARCHAR},
|
|
#{item.id, jdbcType=VARCHAR},
|
|
#{item.termsConditions,jdbcType=VARCHAR},
|
|
#{item.responsibleUnit,jdbcType=VARCHAR},
|
|
#{item.dutyEngineer,jdbcType=VARCHAR}
|
|
)
|
|
</foreach>
|
|
</insert>
|
|
|
|
<update id="updateForeach" parameterType="java.util.List">
|
|
<foreach collection="list" item="item" index="index" separator=";">
|
|
update SAR_STAND_ITEMS
|
|
<set>
|
|
<if test="item.svpps != null">
|
|
svpps = #{item.svpps},
|
|
</if>
|
|
<if test="item.fo != null">
|
|
fo = #{item.fo},
|
|
</if>
|
|
<if test="item.fileType != null">
|
|
file_type = #{item.fileType},
|
|
</if>
|
|
<if test="item.modifyTime != null">
|
|
modify_time = #{item.modifyTime},
|
|
</if>
|
|
<if test="item.remarks != null">
|
|
remarks = #{item.remarks},
|
|
</if>
|
|
<if test="item.applyArctic != null">
|
|
apply_arctic = #{item.applyArctic},
|
|
</if>
|
|
<if test="item.itemsName != null">
|
|
items_name = #{item.itemsName},
|
|
</if>
|
|
<if test="item.itemsNum != null">
|
|
items_num = #{item.itemsNum},
|
|
</if>
|
|
<if test="item.standId != null">
|
|
stand_id = #{item.standId},
|
|
</if>
|
|
<if test="item.termsConditions != null">
|
|
TERMS_CONDITIONS = #{item.termsConditions,jdbcType=CLOB},
|
|
</if>
|
|
</set>
|
|
where id = #{item.id, jdbcType=VARCHAR}
|
|
</foreach>
|
|
;
|
|
</update>
|
|
|
|
<delete id="deleteByStandIdAndFileType" parameterType="java.lang.String">
|
|
delete from SAR_STAND_ITEMS
|
|
where stand_id = #{standId}
|
|
<if test="fileType != null">
|
|
and file_type = #{fileType}
|
|
</if>
|
|
</delete>
|
|
|
|
<delete id="deleteByIds" parameterType="java.lang.String">
|
|
delete from SAR_STAND_ITEMS
|
|
where id in
|
|
<foreach collection="idList" index="index" item="item" open="(" separator="," close=")">
|
|
#{item}
|
|
</foreach>
|
|
</delete>
|
|
|
|
<select id="selectClaimTypesByStandId" parameterType="java.lang.String" resultType="java.lang.String">
|
|
select claim_type from SAR_STAND_ITEMS
|
|
where valid_flag=0 and claim_type != ''
|
|
<if test="standId != null">
|
|
and stand_id=#{standId}
|
|
</if>
|
|
<if test="idList != null">
|
|
and id in
|
|
<foreach collection="idList" index="index" item="item" open="(" separator="," close=")">
|
|
#{item}
|
|
</foreach>
|
|
</if>
|
|
<if test="fileType != null">
|
|
and file_type = #{fileType}
|
|
</if>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="selectSvppsByStandId" parameterType="java.lang.String" resultType="java.lang.String">
|
|
select svpps from SAR_STAND_ITEMS
|
|
where valid_flag=0 and svpps != ''
|
|
<if test="standId != null">
|
|
and stand_id=#{standId}
|
|
</if>
|
|
<if test="idList != null">
|
|
and id in
|
|
<foreach collection="idList" index="index" item="item" open="(" separator="," close=")">
|
|
#{item}
|
|
</foreach>
|
|
</if>
|
|
<if test="fileType != null">
|
|
and file_type = #{fileType}
|
|
</if>
|
|
</select>
|
|
|
|
<select id="selectAllItemsClaimType" resultType="com.adc.da.sys.common.SelectionResult"
|
|
parameterType="com.adc.da.slrs.sarStandItems.entity.SarStandItems">
|
|
select stand_id as label,claim_type as value from SAR_STAND_ITEMS
|
|
where valid_flag = 0 and claim_type != ''
|
|
<if test="standId != null">
|
|
and stand_id=#{standId}
|
|
</if>
|
|
<if test="idList != null">
|
|
and stand_id in
|
|
<foreach collection="idList" index="index" item="item" open="(" separator="," close=")">
|
|
#{item}
|
|
</foreach>
|
|
</if>
|
|
</select>
|
|
|
|
<select id="selectAllItemsSvpps" resultType="com.adc.da.sys.common.SelectionResult"
|
|
parameterType="com.adc.da.slrs.sarStandItems.entity.SarStandItems">
|
|
select stand_id as label,svpps as value from SAR_STAND_ITEMS
|
|
where valid_flag = 0 and svpps != ''
|
|
<if test="standId != null">
|
|
and stand_id=#{standId}
|
|
</if>
|
|
<if test="idList != null">
|
|
and stand_id in
|
|
<foreach collection="idList" index="index" item="item" open="(" separator="," close=")">
|
|
#{item}
|
|
</foreach>
|
|
</if>
|
|
</select>
|
|
|
|
|
|
<select id="selectAllItemsByIds" resultType="com.adc.da.slrs.sarStandItems.entity.SarStandItemsDto">
|
|
select ID,STAND_ID,ITEMS_NUM,ITEMS_NAME,RESPONSIBLE_UNIT,SVPPS,APPLY_ARCTIC,CLAIM_TYPE,BUS_STAND_COVER,DUTY_ENGINEER as responsibleEngineer,XCXSSRQ as xcxssrq,ZCCSSRQ as zccssrq
|
|
from SAR_STAND_ITEMS
|
|
where FILE_TYPE=#{type}
|
|
<if test="ids != null">
|
|
and STAND_ID in
|
|
<foreach collection="ids" index="index" item="item" open="(" separator="," close=")">
|
|
#{item}
|
|
</foreach>
|
|
</if>
|
|
</select>
|
|
<select id="selectStandTime" resultType="com.adc.da.slrs.sarStandItems.entity.StandsTimeDto">
|
|
select STAND_ID,XCXSSRQ,ZCCSSRQ
|
|
from sar_stand_attr_info
|
|
where STAND_ID=#{standId,jdbcType=VARCHAR}
|
|
</select>
|
|
<select id="selectStandTimeAll" resultType="com.adc.da.slrs.sarStandItems.entity.StandsTimeDto">
|
|
select STAND_ID,XCXSSRQ,ZCCSSRQ
|
|
from sar_stand_attr_info
|
|
</select>
|
|
<select resultType="java.lang.String" id="selectStandId">
|
|
SELECT
|
|
a.STAND_ID
|
|
FROM
|
|
sar_stand_items a
|
|
LEFT JOIN sar_standards_info b
|
|
on a.STAND_ID=b.ID
|
|
WHERE b.VALID_FLAG = 0
|
|
and a.FILE_TYPE ='FBGBJBD'
|
|
GROUP BY
|
|
a.STAND_ID
|
|
limit #{page},#{size}
|
|
</select>
|
|
<select id="selectToken" resultType="java.lang.Integer">
|
|
SELECT
|
|
count(DISTINCT a.STAND_ID )
|
|
FROM
|
|
sar_stand_items a LEFT JOIN sar_standards_info b
|
|
on a.STAND_ID=b.ID
|
|
WHERE b.VALID_FLAG = 0
|
|
</select>
|
|
|
|
</mapper>
|