Commit befaf933 authored by hujun's avatar hujun

判断

parent 383eb1f2
...@@ -3714,9 +3714,12 @@ class Finance extends Basic ...@@ -3714,9 +3714,12 @@ class Finance extends Basic
} }
break; break;
case 4 : case 4 :
$check_num = $m_refund_log->getTotal($log_where);
if ($check_num == 4) {
$save_data['status'] = 4; $save_data['status'] = 4;
$num = $m_refund_log->insertData($save_data); $num = $m_refund_log->insertData($save_data);
} }
}
if ($num) { if ($num) {
if ($refund_data[0]['status'] != $save_data['status']) { if ($refund_data[0]['status'] != $save_data['status']) {
......
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