会计凭证完整性检查bug

new
JiilingLee 1 year ago
parent 898e34981c
commit 8834a8615d

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

Loading…
Cancel
Save