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}