Browse Source

supplierWithdrawListErr

Xingyu Xian 3 tháng trước cách đây
mục cha
commit
cad687a337
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()