From fab8208b83a3c710cdfc3805655f04f0b7466be5 Mon Sep 17 00:00:00 2001
From: xiejun <xiejun@vci-tech.com>
Date: 星期三, 08 一月 2025 11:26:00 +0800
Subject: [PATCH] 产品型号集成,类型转换,人员组织加日志,申请接口引用码段值校验

---
 Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodePhaseAttrMapper.xml |   32 ++++++++++++--------------------
 1 files changed, 12 insertions(+), 20 deletions(-)

diff --git a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodePhaseAttrMapper.xml b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodePhaseAttrMapper.xml
index b9945a7..09e3ded 100644
--- a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodePhaseAttrMapper.xml
+++ b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CodePhaseAttrMapper.xml
@@ -31,7 +31,7 @@
         <result column="OWNER" property="owner"/>
         <result column="COPYFROMVERSION" property="copyFromVersion"/>
         <result column="CODEPHASEOID" property="codePhaseOid"/>
-        <result column="ATTRIBUTEGROUP" property="attributegroup"/>
+        <result column="ATTRIBUTEGROUP" property="attributeGroup"/>
     </resultMap>
 
     <select id="selectCodePhaseattrPage" resultMap="CodePhaseattrResultMap">
@@ -45,36 +45,32 @@
                description,
                oid,
                versionseq,
-               checkinby,
                revisionrule,
                lctid,
                id,
                owner,
-               checkoutby,
                creator,
                createtime,
-               isfirstv,
+               firstv,
                attributegroup,
                revisionoid,
                btmname,
-               checkouttime,
                revisionvalue,
                versionrule,
                name,
-               islastr,
+               lastr,
                lastmodifytime,
                copyfromversion,
                nameoid,
                lcstatus,
-               islastv,
-               checkintime,
+               lastv,
                codephaseoid,
-               isfirstr
+               firstr
         from PL_CODE_PHASEATTR
         where codephaseoid in
-              (select oid
-               from PL_CODE_TEMPPHASE
-               where codeClassifyTemplateOid = #{oid})
+          (select oid
+           from PL_CODE_TEMPPHASE
+           where codeClassifyTemplateOid = #{oid})
     </select>
 
     <select id="selectByPhaseaIds" resultMap="CodePhaseattrResultMap">
@@ -84,31 +80,27 @@
                description,
                oid,
                versionseq,
-               checkinby,
                revisionrule,
                lctid,
                id,
                owner,
-               checkoutby,
                creator,
                createtime,
-               isfirstv,
+               firstv,
                attributegroup,
                revisionoid,
                btmname,
-               checkouttime,
                revisionvalue,
                versionrule,
                name,
-               islastr,
+               lastr,
                lastmodifytime,
                copyfromversion,
                nameoid,
                lcstatus,
-               islastv,
-               checkintime,
+               lastv,
                codephaseoid,
-               isfirstr
+               firstr
         from PL_CODE_PHASEATTR
         where codephaseoid in
               (#{oids})

--
Gitblit v1.9.3