Commit 14a0e28d authored by hujun's avatar hujun

//

parent 60ca0dce
...@@ -46,7 +46,7 @@ class StoreFeeService ...@@ -46,7 +46,7 @@ class StoreFeeService
$arr = $this->applyForFeeBin($id, $type, $fee_item, $total_fee, $agent_id, $store_id, $purpose, $site_id, $card_name, $arr = $this->applyForFeeBin($id, $type, $fee_item, $total_fee, $agent_id, $store_id, $purpose, $site_id, $card_name,
$bank, $card_no, $count_time, $office_id); $bank, $card_no, $count_time, $office_id);
$feeId = $this->applyForFeeModel->saveData($arr); $feeId = $this->applyForFeeModel->saveData($arr);
if ($feeId > 0) { if ($feeId > 0 && count($img_arr) > 0) {
$this->imgModel->addImgAll($feeId, 1, $img_arr); $this->imgModel->addImgAll($feeId, 1, $img_arr);
} }
return $feeId; return $feeId;
......
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