1 //获取凭证规则,如果BOTMappingInfo为空,没有配置规则
2 IBOTMapping botMapping = BOTMappingFactory.getLocalInstance(ctx);
3 BOTMappingInfo botMappingInfo = botMapping.getMapping(reInfo, new VoucherInfo().getBOSType().toString(), DefineSysEnum.DAP);
4 
5 //单据和凭证的关系
6 源单据下推凭证的时候,会生成一条关联关系在t_bot_relation这个表里,这个表的fsrcobjectid就是源单的id,fdestobjectid就是凭证的id,可以通过这个关联关系表找到对应的凭证

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-28
  • 2021-06-23
  • 2022-12-23
  • 2021-11-19
  • 2021-12-16
  • 2021-07-26
相关资源
相似解决方案