瀏覽代碼

Wesmiler OTC 提交更新 0729

APPLE 3 年之前
父節點
當前提交
c8bd59cb26
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/Common/CapitalLogService.php

+ 1 - 1
app/Services/Common/CapitalLogService.php

@@ -115,7 +115,7 @@ class CapitalLogService extends BaseService
     {
         $where = ['a.mark' => 1];
         $type = isset($params['type'])? $params['type'] : 1;
-        $changeType = isset($params['change_type'])? $params['change_type'] : 1;
+        $changeType = isset($params['change_type'])? $params['change_type'] : 0;
         $userId = isset($params['user_id'])? $params['user_id'] : 0;
         if($type>0){
             $where['a.type'] = $type;