Commit c4b18207 authored by hujun's avatar hujun

0

parent b3c21429
......@@ -3267,7 +3267,7 @@ class Finance extends Basic
$list[$k]['type_num'] = $v['type'];
if (empty($v['is_open'])) {
$is_check = $m_open->getFieldOneValue('id', ['pay_log_id'=>$v['id']]);
$is_check = $m_open->getFieldOneValue('id', ['pay_log_id'=>$v['id'], 'is_del'=>0]);
$list[$k]['is_check'] = $is_check > 0 ? 1:0;
} else {
$list[$k]['is_check'] = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment