diff --git a/erp_web/pages/manage/account.html b/erp_web/pages/manage/account.html
index 0720eff3..70549afe 100644
--- a/erp_web/pages/manage/account.html
+++ b/erp_web/pages/manage/account.html
@@ -614,7 +614,7 @@
}
},
{title: '余额', field: 'balance', width: 80},
- {title: '入库出库日期', field: 'operTime', width: 180}
+ {title: '单据日期', field: 'operTime', width: 180}
]],
onLoadError: function () {
$.messager.alert('页面加载提示', '页面加载异常,请稍后再试!', 'error');
diff --git a/src/main/resources/mapper_xml/AccountMapperEx.xml b/src/main/resources/mapper_xml/AccountMapperEx.xml
index d2ed1259..d6fc3034 100644
--- a/src/main/resources/mapper_xml/AccountMapperEx.xml
+++ b/src/main/resources/mapper_xml/AccountMapperEx.xml
@@ -54,7 +54,7 @@