|
|
|
@ -135,11 +135,12 @@ public class VoucherController {
|
|
|
|
|
public CommonResult<PageResult<VoucherRespVO>> getVoucherPage(@Valid VoucherPageReqVO pageVO) {
|
|
|
|
|
PageResult<VoucherDO> pageResult = voucherService.getVoucherPage(pageVO);
|
|
|
|
|
int i=0;
|
|
|
|
|
String remark="";
|
|
|
|
|
|
|
|
|
|
//完整性检查
|
|
|
|
|
List<VoucherDO> list = pageResult.getList();
|
|
|
|
|
for (VoucherDO voucherDO:list
|
|
|
|
|
) {
|
|
|
|
|
String remark=" ";
|
|
|
|
|
Long id = voucherDO.getId();
|
|
|
|
|
AttachmentExportReqVO attachmentExportReqVO = new AttachmentExportReqVO();
|
|
|
|
|
attachmentExportReqVO.setVoucherId(id);
|
|
|
|
|