From b9dfa11ffd1e27c527c9e36c5b9eefa78fc2d340 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期二, 12 五月 2026 14:27:53 +0800
Subject: [PATCH] fix:采购审核新增编辑(对应库存修改)
---
src/main/resources/mapper/purchase/PurchaseLedgerTemplateMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/purchase/PurchaseLedgerTemplateMapper.xml b/src/main/resources/mapper/purchase/PurchaseLedgerTemplateMapper.xml
index de0ddcf..2d19229 100644
--- a/src/main/resources/mapper/purchase/PurchaseLedgerTemplateMapper.xml
+++ b/src/main/resources/mapper/purchase/PurchaseLedgerTemplateMapper.xml
@@ -24,6 +24,7 @@
<result column="payment_method" property="paymentMethod" />
<result column="execution_date" property="executionDate" />
<result column="template_name" property="templateName" />
+ <result column="template_type" property="templateType" />
</resultMap>
</mapper>
--
Gitblit v1.9.3