Commit 73bbc14a by jianan

来佣率分隔符拆分读取佣率6

parent e8948b49
...@@ -29,7 +29,7 @@ public class SpeciesConditionMatcher { ...@@ -29,7 +29,7 @@ public class SpeciesConditionMatcher {
} }
// 精确匹配类型(包括专业投资者,不区分大小写) // 精确匹配类型(包括专业投资者,不区分大小写)
if ("PI".equals(typeCode)) { if ("PROFESSIONAL".equals(typeCode)) {
return conditionValue.equalsIgnoreCase(actualValueStr); return conditionValue.equalsIgnoreCase(actualValueStr);
} }
......
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