| | |
| | | <mapper namespace="com.vci.ubcs.code.mapper.CodePhaseattrMapper"> |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="CodePhaseattrResultMap" type="com.vci.ubcs.code.entity.CodePhaseattrEntity"> |
| | | <resultMap id="CodePhaseattrResultMap" type="com.vci.ubcs.code.entity.CodePhaseAttr"> |
| | | <result column="OID" property="oid"/> |
| | | <result column="REVISIONOID" property="revisionOid"/> |
| | | <result column="NAMEOID" property="nameOid"/> |
| | |
| | | <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"> |
| | |
| | | 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"> |