From 9fe4b53620f1ea0a4278240a7acee7bc4ef739c6 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期四, 07 九月 2023 15:29:53 +0800
Subject: [PATCH] 修改bug9.7

---
 standard-server/src/main/resources/mapper/ProductMapper.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/standard-server/src/main/resources/mapper/ProductMapper.xml b/standard-server/src/main/resources/mapper/ProductMapper.xml
index 8a0c049..ffb32b8 100644
--- a/standard-server/src/main/resources/mapper/ProductMapper.xml
+++ b/standard-server/src/main/resources/mapper/ProductMapper.xml
@@ -93,7 +93,6 @@
         select *
         from mom_ocean.product
         where state = 1
-          and version = #{ver}
           and technology_id = #{technologyId}
     </select>
 

--
Gitblit v1.9.3