From ad5fa78540fdd7b5470072e0ead2b650afdca2fd Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 17 四月 2024 17:41:28 +0800
Subject: [PATCH] 统计报表-->每日业务统计
---
cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml b/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml
index 521e1c7..9da3cee 100644
--- a/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml
+++ b/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml
@@ -26,7 +26,12 @@
update_time,
method,
man_day,
- bsm
+ bsm,
+ sample,
+ inspection_value_type,
+ dic,
+ template_id,
+ son_laboratory
from structure_item_parameter
<if test="ew.customSqlSegment != null and ew.customSqlSegment != ''">
${ew.customSqlSegment}
--
Gitblit v1.9.3