刘小明
2024-08-13 9bfdf1ff20086c04bbe6576706bfee95c9d7fea0
pms-parent/pms-global/src/main/resources/mapper/PltProductFileMapper.xml
@@ -22,7 +22,12 @@
        from plt_product_file
        where  id = #{id,jdbcType=BIGINT} 
    </select>
    <select id="selectDocuments" parameterType="java.lang.Long" resultMap="BaseResultMap">
        select
        <include refid="Base_Column_List" />
        from plt_product_file
        where pro_id = #{proId,jdbcType=BIGINT}
    </select>
    <delete id="deleteByPrimaryKey" parameterType="java.lang.Long">
        delete from plt_product_file
        where  id = #{id,jdbcType=BIGINT}