|
|
|
@ -31,8 +31,8 @@ public interface AccountingReportMapper extends BaseMapperX<AccountingReportDO>
|
|
|
|
|
.eqIfPresent(AccountingReportDO::getPeriod, reqVO.getPeriod())
|
|
|
|
|
.betweenIfPresent(AccountingReportDO::getCreateTime, reqVO.getCreateTime())
|
|
|
|
|
.eqIfPresent(AccountingReportDO::getEncrypt, reqVO.getEncrypt())
|
|
|
|
|
.eqIfPresent(AccountingReportDO::getArchiveId, reqVO.getArchiveId())
|
|
|
|
|
.eqIfPresent(AccountingReportDO::getArchiveState, reqVO.getArchiveState())
|
|
|
|
|
.eqIfPresent(AccountingReportDO::getRecordId, reqVO.getRecordId())
|
|
|
|
|
.eqIfPresent(AccountingReportDO::getFileStatus, reqVO.getFileStatus())
|
|
|
|
|
.eqIfPresent(AccountingReportDO::getDeptId, reqVO.getDeptId())
|
|
|
|
|
.likeIfPresent(AccountingReportDO::getDeptName, reqVO.getDeptName())
|
|
|
|
|
.orderByDesc(AccountingReportDO::getId));
|
|
|
|
@ -50,8 +50,8 @@ public interface AccountingReportMapper extends BaseMapperX<AccountingReportDO>
|
|
|
|
|
.eqIfPresent(AccountingReportDO::getPeriod, reqVO.getPeriod())
|
|
|
|
|
.betweenIfPresent(AccountingReportDO::getCreateTime, reqVO.getCreateTime())
|
|
|
|
|
.eqIfPresent(AccountingReportDO::getEncrypt, reqVO.getEncrypt())
|
|
|
|
|
.eqIfPresent(AccountingReportDO::getArchiveId, reqVO.getArchiveId())
|
|
|
|
|
.eqIfPresent(AccountingReportDO::getArchiveState, reqVO.getArchiveState())
|
|
|
|
|
.eqIfPresent(AccountingReportDO::getRecordId, reqVO.getRecordId())
|
|
|
|
|
.eqIfPresent(AccountingReportDO::getFileStatus, reqVO.getFileStatus())
|
|
|
|
|
.eqIfPresent(AccountingReportDO::getDeptId, reqVO.getDeptId())
|
|
|
|
|
.likeIfPresent(AccountingReportDO::getDeptName, reqVO.getDeptName())
|
|
|
|
|
.orderByDesc(AccountingReportDO::getId));
|
|
|
|
|