Commit 02aa8286 authored by clone's avatar clone

bug

parent 12106b39
......@@ -258,7 +258,10 @@ class Finance extends Basic
$add_real_arr = $update_real_arr = [];
$i = $j = 0;
foreach ($practical_fee_arr as $item) {
if ($item["feel_id"] > 0) {
if(!$item['fee'] || !$item['operation_date']){
continue;
}
if ($item["fee_id"] > 0 ) {
$update_real_arr[$i]['id'] = $item['fee_id'];
$update_real_arr[$i]['bargain_id'] = $bargain_id;
$update_real_arr[$i]['operation_id'] = $this->userId;
......
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