|
@@ -329,6 +329,8 @@ public class CwFinanceInvoiceService extends ServiceImpl<CwFinanceInvoiceMapper,
|
|
|
// }
|
|
|
IPage<CwFinanceInvoiceDTO> list = null;
|
|
|
if(StringUtils.isNotBlank(export) && "export".equals(export)){
|
|
|
+ UserDTO userDTO = SpringUtil.getBean(IUserApi.class).getByToken(TokenProvider.getCurrentToken());
|
|
|
+ queryWrapper.eq("fi.create_by_id",userDTO.getId());
|
|
|
list = cwFinanceInvoiceMapper.findExportList(page, queryWrapper);
|
|
|
list.getRecords().forEach(item->{
|
|
|
//预开票且报告与发票关联完成的则已完成关联
|