Commit a2216eea authored by hujun's avatar hujun

$check_num

parent 9075513d
...@@ -3878,7 +3878,7 @@ class Finance extends Basic ...@@ -3878,7 +3878,7 @@ class Finance extends Basic
$log_where['status'] = 1; $log_where['status'] = 1;
$check_num = $m_refund_log->getTotal($log_where); $check_num = $m_refund_log->getTotal($log_where);
$id = 0; $id = 0;
if ($check_num == 4) { if ($check_num >= 2) {
$save_data['status'] = $status = 2; //已审核 $save_data['status'] = $status = 2; //已审核
$num = $id = $m_refund_log->insertData($save_data); $num = $id = $m_refund_log->insertData($save_data);
} }
......
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