|
|
@ -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; |
|
|
|
} |
|
|
|
|
|
|
|