@@ -315,7 +315,7 @@ func (m *FlashbuyDAO) UpdateFlashBuyCustomer(customerId, flashBuyId string) erro
}
var cols = []string{
"is_new",
- "si_attend",
+ "is_attend",
_, err := m.db.Cols(cols...).Where("customer_id = ?", customer.CustomerId).And("flash_buy_id =?", flashBuyId).Update(customer)
return err