主菜单部分功能

This commit is contained in:
lyf
2023-02-23 09:51:03 +08:00
parent 9ec98bd437
commit d4e283b08d
3 changed files with 3 additions and 3 deletions

View File

@@ -235,7 +235,7 @@ public class MerchantChannelStatus {
}
if (AUDIT_STATUS_EXAMINING.equals(status)) {
MsgException.throwException("进件审核中,请勿重复进件");
MsgException.throwException("进件审核中,请勿重复提交");
}
}