dever 5 years ago
parent
commit
366dc7df57
1 changed files with 3 additions and 3 deletions
  1. 3 3
      act/lib/Num.php

+ 3 - 3
act/lib/Num.php

@@ -126,9 +126,9 @@ class Num
                 $data[$i] = array
                 (
                     $i+1,
-                    $v['username'],
-                    $v['mobile'],
-                    $v['num'],
+                    $v['username'] ? $v['username'] : '',
+                    $v['mobile'] ? $v['mobile'] : '',
+                    $v['num'] ? $v['num'] : 0,
                 );
                 $i++;
             }