chengf
2026-03-11 b88a288f4f787b509463678e3cd9ccfa3f37014b
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>