Browse Source

完善办理流程url

master
yxt_djz 3 years ago
parent
commit
6f5cc5935b
  1. 4
      anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java

4
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<ScmApplyInboundMa
IPage<ScmApplyInbound> page = PagerUtil.queryToPage(pq);
IPage<ScmApplyInboundListVo> pagging = baseMapper.selectPageVo(page, qw);
PagerVo<ScmApplyInboundListVo> 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;
}

Loading…
Cancel
Save