From 50b32806510b165006f653c439ae195bd164b59b Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期六, 28 三月 2026 13:54:40 +0800
Subject: [PATCH] 根据名称查询资产
---
src/main/resources/mapper/device/DeviceLedgerMapper.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/device/DeviceLedgerMapper.xml b/src/main/resources/mapper/device/DeviceLedgerMapper.xml
index 9cee459..0b3a5f9 100644
--- a/src/main/resources/mapper/device/DeviceLedgerMapper.xml
+++ b/src/main/resources/mapper/device/DeviceLedgerMapper.xml
@@ -21,6 +21,8 @@
dl.tax_including_price_unit,
dl.tax_including_price_total,
dl.tax_rate,
+ dl.device_brand,
+ dl.storage_location,
dl.un_tax_including_price_total,
dl.create_time,
dl.update_time ,
--
Gitblit v1.9.3