|
@@ -54,7 +54,7 @@ public class DepartmentProfitFileServiceImpl extends ServiceImpl<DepartmentProfi
|
|
|
Page<FileRecord> profitFilePage = new Page<>(current, pageSize);
|
|
|
Page<FileRecord> pages = fileRecordService.page(profitFilePage, new QueryWrapper<FileRecord>()
|
|
|
.lambda()
|
|
|
- .eq(FileRecord::getHospId, hospId).eq(FileRecord::getFileSource, NumberConstant.TWO)
|
|
|
+ .eq(FileRecord::getHospId, hospId).eq(FileRecord::getFileSource, NumberConstant.ZERO)
|
|
|
.eq(StrUtil.isNotBlank(date), FileRecord::getDateYear, dateYear).eq(StrUtil.isNotBlank(date), FileRecord::getDateMonth, month));
|
|
|
List<FileRecord> records = pages.getRecords();
|
|
|
List<FileRecordDepartmentVO> departmentProfitFileVOList = BeanUtil.convertList(records, FileRecordDepartmentVO.class);
|