소스 검색

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()