Commit 8d5cc256 authored by hangjun83's avatar hangjun83

修复bug

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