刘小明
2024-07-09 abfc2a9cded7fb48900d3a5056e1cdacbe9089db
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}