From a1b86ae11aebfd02d3083ddf82f1323e5da45cf1 Mon Sep 17 00:00:00 2001
From: whyclxw <810412026@qq.com>
Date: 星期二, 23 七月 2024 14:34:55 +0800
Subject: [PATCH] 不良品处理和归档

---
 src/main/resources/mapper/DefectiveProductsMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/DefectiveProductsMapper.xml b/src/main/resources/mapper/DefectiveProductsMapper.xml
index 1bce556..2f2cc54 100644
--- a/src/main/resources/mapper/DefectiveProductsMapper.xml
+++ b/src/main/resources/mapper/DefectiveProductsMapper.xml
@@ -5,6 +5,7 @@
         <id property="id" column="id"></id>
         <result property="startTime" column="start_time"></result>
         <result property="provideName" column="provide_name"></result>
+        <result property="productName" column="product_name"></result>
         <result property="content" column="content"></result>
         <result property="fileUrl" column="file_url"></result>
         <result property="type" column="type"></result>

--
Gitblit v1.9.1