From 4b2f98a50ee8e7876eaa177b2044103c36dc3aff Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期六, 18 四月 2026 10:59:11 +0800
Subject: [PATCH] feat: 打印工艺流程未设置默认时获取最新工艺路线数据

---
 src/main/java/com/ruoyi/sales/dto/SalesLedgerProductImportDto.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/sales/dto/SalesLedgerProductImportDto.java b/src/main/java/com/ruoyi/sales/dto/SalesLedgerProductImportDto.java
index 11f2f387..0a7b79f 100644
--- a/src/main/java/com/ruoyi/sales/dto/SalesLedgerProductImportDto.java
+++ b/src/main/java/com/ruoyi/sales/dto/SalesLedgerProductImportDto.java
@@ -39,7 +39,7 @@
     @Excel(name = "鏁伴噺")
     private BigDecimal quantity;
 
-    @Excel(name = "鍚◣鎬讳环")
+    @Excel(name = "鍚◣鎬讳环", type = Excel.Type.EXPORT)
     private BigDecimal taxInclusiveTotalPrice;
 
     @Excel(name = "鍙戠エ绫诲瀷")

--
Gitblit v1.9.3