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