rabin 2 years ago
parent
commit
ffbc707d16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/agent/lib/Import.php

+ 1 - 1
service/agent/lib/Import.php

@@ -542,7 +542,7 @@ class Import
 
                 $update['where_id'] = $v['id'];
                 Dever::db('agent/member')->update($update);
-                echo $v['id'];
+                echo $v['id'] . '-' . $info['allcommission'];
                 echo "\r\n";
             }
         }