Commit 8721676a authored by hujun's avatar hujun

0

parent 382ead5e
......@@ -109,6 +109,7 @@ class ApplyForCost extends Basic
if (!$is_check) {
$where['a.store_id'] = $agent_data['store_id'];
}
$where['a.site_id'] = $this->siteId;
$where['a.status'] = 5;break; //行政审核
default :
return $this->response(101, '请求错误');
......
......@@ -54,7 +54,7 @@ class StoreFeeService
$bank, $card_no, $count_time, $img_arr, $id = 0, $office_id = 0, $payee_agent_id)
{
$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, $payee_agent_id);
$bank, $card_no, $count_time, $office_id, 0, 0, $payee_agent_id);
if ($id) {
$this->applyForFeeModel->updateData($arr, ['id' => $id]);
$feeId = $id;
......
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