|
|
@ -34,7 +34,7 @@ public interface AccountingBookMapper extends BaseMapperX<AccountingBookDO> {
|
|
|
|
.betweenIfPresent(AccountingBookDO::getCreateTime, reqVO.getCreateTime())
|
|
|
|
.betweenIfPresent(AccountingBookDO::getCreateTime, reqVO.getCreateTime())
|
|
|
|
.eqIfPresent(AccountingBookDO::getEncrypt, reqVO.getEncrypt())
|
|
|
|
.eqIfPresent(AccountingBookDO::getEncrypt, reqVO.getEncrypt())
|
|
|
|
.eqIfPresent(AccountingBookDO::getRecordId, reqVO.getRecordId())
|
|
|
|
.eqIfPresent(AccountingBookDO::getRecordId, reqVO.getRecordId())
|
|
|
|
.eqIfPresent(AccountingBookDO::getArchiveState, reqVO.getArchiveState())
|
|
|
|
.eqIfPresent(AccountingBookDO::getFileStatus, reqVO.getFileStatus())
|
|
|
|
.eqIfPresent(AccountingBookDO::getDeptId, reqVO.getDeptId())
|
|
|
|
.eqIfPresent(AccountingBookDO::getDeptId, reqVO.getDeptId())
|
|
|
|
.likeIfPresent(AccountingBookDO::getName,reqVO.getName())
|
|
|
|
.likeIfPresent(AccountingBookDO::getName,reqVO.getName())
|
|
|
|
.likeIfPresent(AccountingBookDO::getDeptName, reqVO.getDeptName())
|
|
|
|
.likeIfPresent(AccountingBookDO::getDeptName, reqVO.getDeptName())
|
|
|
@ -53,7 +53,7 @@ public interface AccountingBookMapper extends BaseMapperX<AccountingBookDO> {
|
|
|
|
.betweenIfPresent(AccountingBookDO::getCreateTime, reqVO.getCreateTime())
|
|
|
|
.betweenIfPresent(AccountingBookDO::getCreateTime, reqVO.getCreateTime())
|
|
|
|
.eqIfPresent(AccountingBookDO::getEncrypt, reqVO.getEncrypt())
|
|
|
|
.eqIfPresent(AccountingBookDO::getEncrypt, reqVO.getEncrypt())
|
|
|
|
.eqIfPresent(AccountingBookDO::getRecordId, reqVO.getRecordId())
|
|
|
|
.eqIfPresent(AccountingBookDO::getRecordId, reqVO.getRecordId())
|
|
|
|
.eqIfPresent(AccountingBookDO::getArchiveState, reqVO.getArchiveState())
|
|
|
|
.eqIfPresent(AccountingBookDO::getFileStatus, reqVO.getFileStatus())
|
|
|
|
.eqIfPresent(AccountingBookDO::getDeptId, reqVO.getDeptId())
|
|
|
|
.eqIfPresent(AccountingBookDO::getDeptId, reqVO.getDeptId())
|
|
|
|
.likeIfPresent(AccountingBookDO::getDeptName, reqVO.getDeptName())
|
|
|
|
.likeIfPresent(AccountingBookDO::getDeptName, reqVO.getDeptName())
|
|
|
|
.orderByDesc(AccountingBookDO::getId));
|
|
|
|
.orderByDesc(AccountingBookDO::getId));
|
|
|
|