修改进件接口

This commit is contained in:
韩鹏辉
2023-06-17 10:35:54 +08:00
parent 0e926adf3d
commit d22b69d8c0
7 changed files with 965 additions and 206 deletions

View File

@@ -349,7 +349,7 @@ public class MerchantChannelStatus {
String status = merchantChannelStatus.getStatus();
String thirdStatus = merchantChannelStatus.getThirdStatus();
if (!MerchantChannelStatus.AUDIT_STATUS_EXAMINING.equals(status) || !AUDIT_THIRD_STATUS_WAITING.equals(thirdStatus)) {
if (MerchantChannelStatus.AUDIT_STATUS_REJECT.equals(status)||!MerchantChannelStatus.AUDIT_STATUS_EXAMINING.equals(status) || !AUDIT_THIRD_STATUS_WAITING.equals(thirdStatus)) {
MsgException.throwException("不符合商户审核条件");
}
}