Commit 556155ce by guos

会员标签4.0

parent b9caf38f
......@@ -338,7 +338,6 @@ public class TagValueParser {
private static AbstractFilterRequest getConsumeRequest(List<TagConditionValDTO> conditionValDTOList) {
TagConsumeRequest request=new TagConsumeRequest();
for(TagConditionValDTO conditionValDTO:conditionValDTOList){
System.out.println("conditionValDTO==>"+JSONObject.toJSONString(conditionValDTO));
if(Pattern.compile("flag").matcher(conditionValDTO.getKey()).find()){
setStatisticsTypeHandle(request,conditionValDTO.getKey(),conditionValDTO.getVal());
}else{
......@@ -352,7 +351,6 @@ public class TagValueParser {
}
}
System.out.println("TagConsumeRequest==>"+JSONObject.toJSONString(request));
return request;
}
......@@ -579,7 +577,6 @@ public class TagValueParser {
break;
default:break;
}
System.out.println("AbstractFilterRequest==>"+JSONObject.toJSONString(request));
}
private static void setDomainHandle(AbstractFilterRequest request, String key, String val){
......
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