权限控制增加
优化ipv4、ipv6流量展示
This commit is contained in:
@@ -213,7 +213,7 @@ public class DataProcessUtil {
|
||||
*/
|
||||
public String bytesToBits(String speed) {
|
||||
if (speed == null || speed.trim().isEmpty()) {
|
||||
return "0";
|
||||
return null;
|
||||
}
|
||||
|
||||
String cleanedSpeed = speed.trim();
|
||||
|
||||
Reference in New Issue
Block a user