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 | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml b/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml
index d2894e5..9da3cee 100644
--- a/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml
+++ b/cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml
@@ -27,7 +27,11 @@
method,
man_day,
bsm,
- inspection_value_type
+ 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