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