From 0042c9bee29a876a754e4d542bfba956822e7844 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期一, 17 七月 2023 13:40:00 +0800
Subject: [PATCH] LIMS管理系统框架-开发7-17-v1.0.0

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

diff --git a/standard-library/src/main/resources/mapper/SpecificationsMapper.xml b/standard-server/src/main/resources/mapper/SpecificationsMapper.xml
similarity index 95%
rename from standard-library/src/main/resources/mapper/SpecificationsMapper.xml
rename to standard-server/src/main/resources/mapper/SpecificationsMapper.xml
index aaf57c3..f5a4457 100644
--- a/standard-library/src/main/resources/mapper/SpecificationsMapper.xml
+++ b/standard-server/src/main/resources/mapper/SpecificationsMapper.xml
@@ -15,7 +15,7 @@
         SELECT s.`id`,s.`name`,s.`update_time`,u.`name` username,s.`vel`,s.`spe_state`
         FROM specifications s,`user` u
         WHERE s.`user_id` = u.`id`
-            AND s.`serial_id` = #{serialNumberId}
+            AND s.`number` = #{serialNumberId}
         <if test="specificationsName != null">
             AND s.`name` = #{specificationsName}
         </if>

--
Gitblit v1.9.3