edit-admin-add_paylog2
This commit is contained in:
@@ -850,7 +850,7 @@ class Orders extends HD_Controller
|
||||
$descrip = $this->input->post('descrip');
|
||||
$type = $this->input->post('type');
|
||||
$img = $this->input->post('img');
|
||||
if (!$money || !$pay_time || !$row || !$wx_mchid) {
|
||||
if (!$money || !$row || !$wx_mchid) {
|
||||
return $this->show_json(SYS_CODE_FAIL, '参数错误');
|
||||
}
|
||||
$p_row = $this->app_liche_orders_model->get(['pid'=>0,'o_id'=>$row['id']]);
|
||||
|
||||
Reference in New Issue
Block a user