Commit a2ce4d17 authored by zw's avatar zw

bug

parent 194c3e87
......@@ -138,7 +138,7 @@ class OrderLogService
}
if ($father_id > 0) {
//保存图片
if(count($transfer_img) > 0){
if($transfer_img){
$oImgModel = new OImg();
$oImgModel->addImgAll($father_id, 2, $transfer_img);
}
......
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