From f07557c57e8c67a05b913011cc8df38d4523ee0e Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期三, 31 七月 2024 09:49:37 +0800
Subject: [PATCH] 去除检验任务提交样品编号字段

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

diff --git a/performance-server/src/main/resources/mapper/AuxiliaryOutputWorkingHoursMapper.xml b/performance-server/src/main/resources/mapper/AuxiliaryOutputWorkingHoursMapper.xml
index f319878..532522c 100644
--- a/performance-server/src/main/resources/mapper/AuxiliaryOutputWorkingHoursMapper.xml
+++ b/performance-server/src/main/resources/mapper/AuxiliaryOutputWorkingHoursMapper.xml
@@ -39,7 +39,8 @@
         date_time,
         week,
         week_day,
-        name
+        name,
+        sample
         FROM auxiliary_output_working_hours aowh
         left join user on user.id=aowh.`check`
         WHERE 1=1

--
Gitblit v1.9.3