edit-admin-add_paylog2

This commit is contained in:
lccsw
2022-10-31 17:56:48 +08:00
parent 4b2f1ff46f
commit b8fae904ae
@@ -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']]);