Commit 668dd4c2 authored by 黎博's avatar 黎博

update

parent 8b9791be
...@@ -154,11 +154,6 @@ public class RuleEngineInterceptor implements HandlerInterceptor { ...@@ -154,11 +154,6 @@ public class RuleEngineInterceptor implements HandlerInterceptor {
} }
// 提前结清审核,如果渠道不在apollo配置里,则审核拒绝 // 提前结清审核,如果渠道不在apollo配置里,则审核拒绝
if (sceneId.equals("14")) { if (sceneId.equals("14")) {
// String[] earlySettleChannelArray = earlySettleChannel.split(",");
// if (!Arrays.asList(earlySettleChannelArray).contains(bizChannel)) {
// bodyMap.put("auditResult", false);
// }
// 提前结清直接同个
bodyMap.put("auditResult", auditData.get("earlySettle")); bodyMap.put("auditResult", auditData.get("earlySettle"));
} }
resultMap.put("body", bodyMap); resultMap.put("body", bodyMap);
......
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