|
|
@@ -4,7 +4,6 @@ import (
|
|
|
"context"
|
|
|
|
|
|
"dashoo.cn/common_definition/comm_def"
|
|
|
- "dashoo.cn/opms_libary/myerrors"
|
|
|
"github.com/gogf/gf/frame/g"
|
|
|
|
|
|
model "dashoo.cn/micro/app/model/work"
|
|
|
@@ -22,7 +21,6 @@ func (w *WorkOrderHandler) GetList(ctx context.Context, req *model.WorkOrderSear
|
|
|
return err
|
|
|
}
|
|
|
total, list, err := orderServer.GetList(req)
|
|
|
- _, err, rsp.Code, rsp.Msg = myerrors.CheckError(err)
|
|
|
if err != nil {
|
|
|
g.Log().Error(err)
|
|
|
return err
|