From dce5044043c3af93b84dae2804f2d54f779e7c1e Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期二, 22 八月 2023 11:48:50 +0800
Subject: [PATCH] LIMS管理系统框架-开发8-22

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

diff --git a/inspection-server/src/main/resources/mapper/ReportMapper.xml b/inspection-server/src/main/resources/mapper/ReportMapper.xml
index 7983e64..708ac38 100644
--- a/inspection-server/src/main/resources/mapper/ReportMapper.xml
+++ b/inspection-server/src/main/resources/mapper/ReportMapper.xml
@@ -3,7 +3,8 @@
 <mapper namespace="com.yuanchu.limslaboratory.mapper.ReportMapper">
 
     <!--鏌ヨ妫�楠屾姤鍛�-->
-    <select id="selectAllReport" resultType="com.yuanchu.limslaboratory.pojo.vo.ReportVo">select im.code materialCode,
+    <select id="selectAllReport" resultType="com.yuanchu.limslaboratory.pojo.vo.ReportVo">
+        select im.code materialCode,
         r.code reportCode,
         i.code inspectionCode,
         r.approver approver,

--
Gitblit v1.9.3