This commit is contained in:
邹宗楠
2023-03-06 09:31:53 +08:00
parent a560ffcb3b
commit 907b1c6d31

View File

@@ -340,7 +340,7 @@ func (c *BaseScheduler) CheckStoreBalanceWithTip(ctx *jxcontext.Context, order *
return model.ErrCodeAccountBalanceNotEnough, fmt.Errorf("门店账户余额不足,不能加小费!")
}
if tipFee >= 1000 {
return model.ErrCodeAccountBalanceNotEnough, fmt.Errorf("小费单加价金额大于十元")
return model.ErrCodeAccountBalanceNotEnough, fmt.Errorf("小费单加价金额大于十元")
}
}
return errCode, err