From dde6a523e489fd12786b64277a25f7565eb6218c Mon Sep 17 00:00:00 2001 From: alllenliufor3 <1009545232@qq.com> Date: Fri, 8 Apr 2022 16:02:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BF=94=E5=9B=9E=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundRest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundRest.java b/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundRest.java index 50d309d412..c50a763c48 100644 --- a/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundRest.java +++ b/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundRest.java @@ -53,6 +53,6 @@ public class ScmApplyInboundRest implements ScmApplyInboundFeign { @Override public ResultBean fetchSid(String sid) { - return new ResultBean().setData(scmApplyInboundService.selectBySid(sid)); + return new ResultBean().success().setData(scmApplyInboundService.selectBySid(sid)); } }