| | |
| | | <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.vci.ubcs.code.mapper.CodeClassifyTemplateAttrMapper"> |
| | | |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="CodeClstempattrResultMap" type="com.vci.ubcs.code.entity.CodeClassifyTemplateAttr"> |
| | | <result column="OID" property="oid"/> |
| | |
| | | <result column="KEYATTRFLAG" property="keyAttrFlag"/> |
| | | <result column="QUERYATTRFLAG" property="qrcodeFlag"/> |
| | | <result column="SENIORQUERYATTRFLAG" property="seniorQueryAttrFlag"/> |
| | | <result column="SYSONYMRULEOIDS" property="sysonymRuleOids"/> |
| | | <result column="SAMEREPEATATTRFLAG" property="sameRepeatAttrFlag"/> |
| | | <result column="SORTATTRFLAG" property="sortAttrFlag"/> |
| | | <result column="QRCODEFLAG" property="qrcodeFlag"/> |
| | |
| | | AND PCC.classifytemplateoid IN (${oid}) |
| | | ORDER BY PCC.ORDERNUM ASC |
| | | </select> |
| | | |
| | | |
| | | </mapper> |