Browse Source

supplierWithdrawListErr

Xingyu Xian 2 months ago
parent
commit
cad687a337
1 changed files with 1 additions and 1 deletions
  1. 1 1
      handler/supplier_withdraw_list.go

+ 1 - 1
handler/supplier_withdraw_list.go

@@ -35,7 +35,7 @@ func (h *SupplierWithdrawListHandler) getResponse() interface{} {
 	return h.resp
 }
 func (h *SupplierWithdrawListHandler) run() {
-	toWithdrawList, err := service.Supplier.GetSupplierToWithdrawList(h.ctx, h.req)
+	toWithdrawList, err := service.Supplier.GetSupplierWithdrawList(h.ctx, h.req)
 	if err != nil {
 		h.resp.Status = 40000
 		h.resp.Message = err.Error()