Commit a015a82f by guos

会员标签4.0

parent 9f680e2e
......@@ -564,7 +564,8 @@ public class TagValueParser {
private static void setStatisticsTypeHandle(AbstractFilterRequest request, String key, String val){
String[] keys=key.split("flag");
String[] vals=val.split(",");
System.out.println(keys[0].replaceAll("\\.",""));
System.out.println("key==>"+key);
System.out.println("keys[0]==>"+keys[0].replaceAll("\\.",""));
switch (keys[0].replaceAll("\\.","")){
case TagConstant.TAG_STATISTICS_CHANNEL:
request.setStatisticsType(StatisticsType.CHANNEL);
......
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