Commit ef42d4e7 authored by 黎博's avatar 黎博

提前结清直接同个

parent d1a3fdff
......@@ -148,10 +148,12 @@ public class RuleEngineInterceptor implements HandlerInterceptor {
}
// 提前结清审核,如果渠道不在apollo配置里,则审核拒绝
if (sceneId.equals("14")) {
String[] earlySettleChannelArray = earlySettleChannel.split(",");
if (!Arrays.asList(earlySettleChannelArray).contains(bizChannel)) {
bodyMap.put("auditResult", false);
}
// String[] earlySettleChannelArray = earlySettleChannel.split(",");
// if (!Arrays.asList(earlySettleChannelArray).contains(bizChannel)) {
// bodyMap.put("auditResult", false);
// }
// 提前结清直接同个
bodyMap.put("auditResult", true);
}
resultMap.put("body", bodyMap);
return resultMap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment