From 1572f45e72cc0fa15c029f9ee2a08474104435e6 Mon Sep 17 00:00:00 2001
From: selfcheer <selfcheer@gmail.com>
Date: 星期五, 19 七月 2024 00:48:43 +0800
Subject: [PATCH] 采购单产品列表去掉过滤重复产品的逻辑

---
 router/test/contract.go |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/router/test/contract.go b/router/test/contract.go
index 99ddabe..7c4f6dc 100644
--- a/router/test/contract.go
+++ b/router/test/contract.go
@@ -1,8 +1,8 @@
 package test
 
 import (
-	"github.com/flipped-aurora/gin-vue-admin/server/api/v1"
 	"github.com/gin-gonic/gin"
+	"srm/api/v1"
 )
 
 type ContractRouter struct {
@@ -22,6 +22,5 @@
 	{
 		conRouterWithoutRecord.GET("findContract", conApi.FindContract)       // 鏍规嵁ID鑾峰彇Contract
 		conRouterWithoutRecord.GET("getContractList", conApi.GetContractList) // 鑾峰彇Contract鍒楄〃
-		conRouterWithoutRecord.GET("previewContract", conApi.PreviewContract) // 棰勮Contract
 	}
 }

--
Gitblit v1.8.0