Commit a210b2ab authored by hujun's avatar hujun

1

parent 4c2031a1
......@@ -1228,7 +1228,6 @@ class Finance extends Basic
$where[] = ['EXP', 'id='.$this->params['bargain_id'] .' or father_id='.$this->params['bargain_id']];
$where['status'] = ['<>', 30];
$m_bargain->updateBargainByWhere($update_data, $where);
die('111');
$msg = '';
if ($data > 0) {
$code = 200;
......
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