|
@@ -34,6 +34,7 @@ class Log
|
|
{
|
|
{
|
|
$where['config_id'] = $config_id;
|
|
$where['config_id'] = $config_id;
|
|
$where['info_id'] = $info_id;
|
|
$where['info_id'] = $info_id;
|
|
|
|
+ $where['type_id'] = $type_id;
|
|
$where['status'] = '1,2';
|
|
$where['status'] = '1,2';
|
|
$data = Dever::db('account/info_log')->getCash($where);
|
|
$data = Dever::db('account/info_log')->getCash($where);
|
|
|
|
|