@@ -60,6 +60,9 @@ public class HJ212MsgUtils {
* @return json
*/
public static JSONObject dealMsg2(String msg) {
+ if (msg.contains("CN=2011")){
+ return null;
+ }
JSONObject data = new JSONObject();
try {
// 拆分消息