From 2bdecf28a44019b125fe8e62a8ee4ea114418eea Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期一, 28 八月 2023 14:09:15 +0800
Subject: [PATCH] 权限修改4.0

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

diff --git a/inspection-server/src/main/resources/mapper/ReportMapper.xml b/inspection-server/src/main/resources/mapper/ReportMapper.xml
index d6730a0..25a09a3 100644
--- a/inspection-server/src/main/resources/mapper/ReportMapper.xml
+++ b/inspection-server/src/main/resources/mapper/ReportMapper.xml
@@ -9,9 +9,10 @@
         r.code reportCode,
         i.code inspectionCode,
         im.name materialName,
-        r.conclusion ,
-        r.status ,
+        r.conclusion,
+        r.status,
         r.approver approver,
+        i.type,
         check_time,
         u.name
         from lims_laboratory.report r

--
Gitblit v1.9.3