rabin 3 年之前
父節點
當前提交
20da88e5b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      service/agent/lib/Import.php

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

@@ -748,7 +748,7 @@ class Import
             } else {
                 $num = $v['credit3'];
             }
-            $this->cash_log($v['id'], 1, $num);
+            $this->cash_log($v['id'], 2, $num);
             echo $v['id'];
             echo "\r\n";
         }