Commit 8d5cc256 authored by hangjun83's avatar hangjun83

修复bug

parent be330efd
......@@ -461,14 +461,12 @@ class BhOrdersService
->update($dpUpdateArr);
}
} // 如果没有手续费,不对价格进行更新
/*else{
echo "<pre>";
print_r($needUpdate);
exit;
else{
$dpUpdateArr['si_id'] = $updatedItem['create']['si_id'];
$dbConnect->table('dpdetail')
->where('dpd_id',$needUpdate['dpd_id'])
->update($dpUpdateArr);
}*/
}
}else{
asort($maxRecord);
......
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