Commit 431f5814 authored by zw's avatar zw

bug

parent 9720a4ca
...@@ -138,8 +138,11 @@ class OrderLogService ...@@ -138,8 +138,11 @@ class OrderLogService
} }
if ($father_id > 0) { if ($father_id > 0) {
//保存图片 //保存图片
$oImgModel = new OImg(); if(count($transfer_img) > 0){
$oImgModel->addImgAll($father_id, 2, $transfer_img); $oImgModel = new OImg();
$oImgModel->addImgAll($father_id, 2, $transfer_img);
}
if ($pay_id > 0) { if ($pay_id > 0) {
$payLogService = new PayLogService(); $payLogService = new PayLogService();
$payLogService->addAdjustment($father_id, $pay_id, $money, $type, $agent_id); $payLogService->addAdjustment($father_id, $pay_id, $money, $type, $agent_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