@@ -926,7 +926,7 @@ public class BidQuoteDay extends QuoteDayBase {
/**
* 更新一些根据现价变化而变化的字段
*/
- private void updateByLast() {
+ private synchronized void updateByLast() {
if (getPrice().equals("0")) {
return;
}