Fancy
2024-09-24 e027ad59a205f6d47b5dcd44fad0cd2fada793f8
add pro_type
1个文件已修改
2 ■■■■■ 已修改文件
pms-parent/pms-global/src/main/resources/mapper/PltProductTestInspectionItemsMapper.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pms-parent/pms-global/src/main/resources/mapper/PltProductTestInspectionItemsMapper.xml
@@ -13,6 +13,8 @@
            <result property="sort" column="sort" jdbcType="INTEGER"/>
            <association property="proName" column="pro_id" javaType="java.lang.Long"
                     select="com.dy.pmsGlobal.daoPlt.PltProductMapper.selectProNameById" fetchType="eager" />
            <association property="proType" column="pro_id" javaType="java.lang.Long"
                     select="com.dy.pmsGlobal.daoPlt.PltProductMapper.selectProTypeById" fetchType="eager" />
    </resultMap>
    <sql id="Base_Column_List">