aa
This commit is contained in:
@@ -191,6 +191,10 @@ func (s *StoreAcctManager) InsertBrandBill(ctx *jxcontext.Context, brandID, pric
|
||||
var (
|
||||
db = dao.GetDB()
|
||||
)
|
||||
if price == 0 {
|
||||
globals.SugarLogger.Debugf("InsertBrandBill failed price is 0, brandID: %d, vendorOrderID: %s", brandID, vendorOrderID)
|
||||
return
|
||||
}
|
||||
brandBill := &model.BrandBill{
|
||||
BrandID: brandID,
|
||||
Price: price,
|
||||
|
||||
Reference in New Issue
Block a user