diff --git a/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java b/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java index 304ed9daa7..ada2a029ca 100644 --- a/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java +++ b/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java @@ -128,9 +128,9 @@ public class ScmApplyInboundService extends MybatisBaseService page = PagerUtil.queryToPage(pq); IPage pagging = baseMapper.selectPageVo(page, qw); PagerVo p = PagerUtil.pageToVo(pagging, null); - APPayable apPayable=new APPayable(); + /* APPayable apPayable=new APPayable(); BeanUtil.copyProperties(p.getRecords().get(0),apPayable); - finKingDeeFeign.draftEntryBill(apPayable); + finKingDeeFeign.draftEntryBill(apPayable);*/ return p; }