Browse Source

修改返回参数

master
alllenliufor3 3 years ago
parent
commit
dde6a523e4
  1. 2
      anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundRest.java

2
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 @Override
public ResultBean<ScmApplyInboundVo> fetchSid(String sid) { public ResultBean<ScmApplyInboundVo> fetchSid(String sid) {
return new ResultBean().setData(scmApplyInboundService.selectBySid(sid)); return new ResultBean().success().setData(scmApplyInboundService.selectBySid(sid));
} }
} }

Loading…
Cancel
Save