@@ -138,8 +138,9 @@
str = nil;
}
- if (str)
+ if (str && str.length >0)
{
+ //HLog(@"hxd111 cutting %@",str);
/*发送数据*/
NSString *dataStr = [RCCommandHelp commandCuttingWithContent:str];
[self.commandChannelManager rc_sendData:dataStr];