From a376a001494a12c04b6a2a04bf797cbd7198d1f7 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 13 九月 2023 10:51:00 +0800
Subject: [PATCH] 修改1.0 9.13
---
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