Commit dc0d5184 authored by zw's avatar zw

bug

parent 6a7dbb70
...@@ -181,10 +181,10 @@ class PayLogService ...@@ -181,10 +181,10 @@ class PayLogService
if ($insert_id > 0 && $remark_img) { if ($insert_id > 0 && $remark_img) {
$this->addOImg($insert_id, 3, $remark_img); $this->addOImg($insert_id, 3, $remark_img);
}
if($del_img){ if($del_img){
$this->delOImg(3,$del_img); $this->delOImg(3,$del_img);
} }
}
return $insert_id; return $insert_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