Commit 2624a34b authored by hujun's avatar hujun

12

parent b65f2eb8
......@@ -95,7 +95,7 @@ class OFinancialAudit extends BaseModel
$update_data['content'] = $params['content']; //撤销原因
// $result_bargain = $m_bargain->updateBargain($bargain_id, $update_data);
$where[] = ['EXP', 'id='.$bargain_id.' or father_id='.$bargain_id];
$where['status'] = ['in', '10,11,13'];
$where['status'] = ['in', '10,11,12,13'];
$result_bargain = $m_bargain->updateBargainByWhere($update_data, []);
if ($result_bargain) {
$this->commit();
......
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