|
|
@ -53,6 +53,6 @@ public class ScmApplyInboundRest implements ScmApplyInboundFeign { |
|
|
|
|
|
|
|
@Override |
|
|
|
public ResultBean<ScmApplyInboundVo> fetchSid(String sid) { |
|
|
|
return new ResultBean().setData(scmApplyInboundService.selectBySid(sid)); |
|
|
|
return new ResultBean().success().setData(scmApplyInboundService.selectBySid(sid)); |
|
|
|
} |
|
|
|
} |
|
|
|