diff --git a/pc4mobx/hrmSalary/pages/declareDetail/index.js b/pc4mobx/hrmSalary/pages/declareDetail/index.js
index 736ec8bf..642d7066 100644
--- a/pc4mobx/hrmSalary/pages/declareDetail/index.js
+++ b/pc4mobx/hrmSalary/pages/declareDetail/index.js
@@ -340,10 +340,10 @@ class Index extends Component {
onClick={() => this.handleOperateDeclare("feedback")}>{getLabel(111, "申报反馈")}));
//申报状态:缴款中
declareInfo.declareStatus === "DECLARE_SUCCESS_PAYING" && (btns.splice(1, 2));
- //申报状态:已缴款
- declareInfo.declareStatus === "DECLARE_SUCCESS_PAID" && (btns.splice(1, 2,
- ));
+ //申报状态:已缴款-艾志项目去掉已缴款下的更正申报按钮
+ // declareInfo.declareStatus === "DECLARE_SUCCESS_PAID" && (btns.splice(1, 2,
+ // ));
//申报状态:申报成功,无需缴款
declareInfo.declareStatus === "DECLARE_SUCCESS_NO_PAY" &&
(btns.splice(1, 2,