From 208bb2f289ce8a7b59f587a9f57e24c0fc8a0ba6 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期日, 24 九月 2023 21:48:40 +0800
Subject: [PATCH] MOM系统-9-24 加班
---
standard-server/src/main/resources/mapper/TechnologyMapper.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/standard-server/src/main/resources/mapper/TechnologyMapper.xml b/standard-server/src/main/resources/mapper/TechnologyMapper.xml
index 53d352f..ae9d8b8 100644
--- a/standard-server/src/main/resources/mapper/TechnologyMapper.xml
+++ b/standard-server/src/main/resources/mapper/TechnologyMapper.xml
@@ -74,6 +74,15 @@
and version = #{version}
</select>
+ <!--鏌ヨ璇ュ瀷鍙蜂笅鐗堟湰涓嬬殑鎵�鏈夋暟鎹�-->
+ <select id="selAllByVerSpId" resultType="com.yuanchu.mom.pojo.Technology">
+ select *
+ from mom_ocean.technology
+ where state = 1
+ and specifications_id = #{spId}
+ and version = #{ver}
+ </select>
+
<!--鎵归噺鍒犻櫎-->
<update id="delAllTech">
update mom_ocean.technology
--
Gitblit v1.9.3