This commit is contained in:
liuyingfang
2023-06-17 15:20:44 +08:00
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("不符合商户审核条件");
}
}