diff --git a/src/app/pages/license/file-category/details-file-category/details-file-category.component.html b/src/app/pages/license/file-category/details-file-category/details-file-category.component.html
index 175bea7..103078e 100644
--- a/src/app/pages/license/file-category/details-file-category/details-file-category.component.html
+++ b/src/app/pages/license/file-category/details-file-category/details-file-category.component.html
@@ -36,7 +36,7 @@
{{item.creationTime | date:"yyyy/MM/dd"}}
{{item.organizationName}} {{item.auditStatus | auditStatus}}
- 驳回说明:{{item.auditLog? item.auditLog.rejectReason : ''}}
+ 驳回说明:{{item.remark}}
diff --git a/src/app/pages/license/update-category/details-update-category/details-update-category.component.html b/src/app/pages/license/update-category/details-update-category/details-update-category.component.html
index 1d2142c..5dee2a3 100644
--- a/src/app/pages/license/update-category/details-update-category/details-update-category.component.html
+++ b/src/app/pages/license/update-category/details-update-category/details-update-category.component.html
@@ -53,7 +53,7 @@
{{item.creationTime | date:"yyyy/MM/dd"}}
{{item.organizationName}} {{item.auditStatus | auditStatus}}
- 驳回说明:{{item.auditLog? item.auditLog.rejectReason : ''}}
+ 驳回说明:{{item.remark}}