浏览代码

supplierWithdrawListErr

Xingyu Xian 2 月之前
父节点
当前提交
cad687a337
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()