From b88a288f4f787b509463678e3cd9ccfa3f37014b Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期三, 11 三月 2026 12:01:05 +0800
Subject: [PATCH] 导入测试

---
 java110-db/src/main/resources/mapper/common/AssetImportLogServiceDaoImplMapper.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/common/AssetImportLogServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/common/AssetImportLogServiceDaoImplMapper.xml
index 7b96264..48e2838 100644
--- a/java110-db/src/main/resources/mapper/common/AssetImportLogServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/common/AssetImportLogServiceDaoImplMapper.xml
@@ -19,7 +19,7 @@
     <select id="getAssetImportLogInfo" parameterType="Map" resultType="Map">
         select t.log_type,t.log_type logType,t.log_id,t.log_id
         logId,t.remark,t.status_cd,t.status_cd statusCd,t.community_id,t.community_id
-        communityId,t.create_time createTime,t.state,td.`name`
+        communityId, t.import_file_name as importFileName,t.create_time createTime,t.state,td.`name`
         logTypeName,td1.name stateName,t.user_name userName,
         COALESCE(d.successCount, 0) AS successCount,
         COALESCE(d.errorCount, 0) AS errorCount,
@@ -58,6 +58,9 @@
         <if test="communityId !=null and communityId != ''">
             and t.community_id= #{communityId}
         </if>
+        <if test="importFileName !=null and importFileName != ''">
+            and t.import_file_name= #{importFileName}
+        </if>
         <if test="errorCount !=null and errorCount != ''">
             and t.error_count= #{errorCount}
         </if>

--
Gitblit v1.8.0