x
Build docker and publish / build (20.15.1) (push) Successful in 7m46s

This commit is contained in:
2026-03-08 22:37:58 -07:00
parent f792157d6e
commit dcfcd036de
5 changed files with 33 additions and 9 deletions
@@ -32,9 +32,9 @@ func NewGetPaymentMethodListLogic(ctx context.Context, svcCtx *svc.ServiceContex
func (l *GetPaymentMethodListLogic) GetPaymentMethodList(req *types.GetPaymentMethodListRequest) (resp *types.GetPaymentMethodListResponse, err error) {
total, list, err := l.svcCtx.PaymentModel.FindListByPage(l.ctx, req.Page, req.Size, &payment.Filter{
Search: req.Search,
Mark: req.Platform,
Enable: req.Enable,
Search: req.Search,
Platform: req.Platform,
Enable: req.Enable,
})
if err != nil {
l.Errorw("find payment method list error", logger.Field("error", err.Error()))