This is an automated email from the ASF dual-hosted git repository.
vernedeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 52928644fd [INLONG-9433][Manager] Fix the issue of NPE exception
encountered while querying audit information (#9434)
52928644fd is described below
commit 52928644fd22b343d41fdbcb2300c5ab0771990f
Author: fuweng11 <[email protected]>
AuthorDate: Wed Dec 6 20:10:08 2023 +0800
[INLONG-9433][Manager] Fix the issue of NPE exception encountered while
querying audit information (#9434)
---
.../manager-dao/src/main/resources/mappers/AuditEntityMapper.xml | 1 +
1 file changed, 1 insertion(+)
diff --git
a/inlong-manager/manager-dao/src/main/resources/mappers/AuditEntityMapper.xml
b/inlong-manager/manager-dao/src/main/resources/mappers/AuditEntityMapper.xml
index 8c093ebc4b..dd582d0d7d 100644
---
a/inlong-manager/manager-dao/src/main/resources/mappers/AuditEntityMapper.xml
+++
b/inlong-manager/manager-dao/src/main/resources/mappers/AuditEntityMapper.xml
@@ -39,6 +39,7 @@
<result column="log_ts" property="logTs" jdbcType="VARCHAR"/>
<result column="total" property="total" jdbcType="BIGINT"/>
<result column="total_delay" property="totalDelay" jdbcType="BIGINT"/>
+ <result column="total_size" property="totalSize" jdbcType="BIGINT"/>
</resultMap>
<select id="sumByLogTs" resultMap="SumByLogTsResultMap">