|
|
@@ -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){
|