From 51f607b893f35976627a071d529f7a7681a4291e Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期四, 24 八月 2023 18:00:06 +0800 Subject: [PATCH] 待办消息 --- inspection-server/src/main/resources/mapper/ReportMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/inspection-server/src/main/resources/mapper/ReportMapper.xml b/inspection-server/src/main/resources/mapper/ReportMapper.xml index 63bc801..8c53688 100644 --- a/inspection-server/src/main/resources/mapper/ReportMapper.xml +++ b/inspection-server/src/main/resources/mapper/ReportMapper.xml @@ -11,6 +11,7 @@ im.name materialName, r.conclusion , r.status , + r.approver approver, check_time, u.name from lims_laboratory.report r -- Gitblit v1.9.3