Преглед изворни кода

Wesmiler OTC 提交更新 0729

APPLE пре 3 година
родитељ
комит
ef1409248b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Services/Common/CapitalLogService.php

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

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