|
|
|
@ -33,7 +33,7 @@ public interface AccountingBookMapper extends BaseMapperX<AccountingBookDO> {
|
|
|
|
|
.eqIfPresent(AccountingBookDO::getDigest, reqVO.getDigest())
|
|
|
|
|
.betweenIfPresent(AccountingBookDO::getCreateTime, reqVO.getCreateTime())
|
|
|
|
|
.eqIfPresent(AccountingBookDO::getEncrypt, reqVO.getEncrypt())
|
|
|
|
|
.eqIfPresent(AccountingBookDO::getArchiveId, reqVO.getArchiveId())
|
|
|
|
|
.eqIfPresent(AccountingBookDO::getRecordId, reqVO.getRecordId())
|
|
|
|
|
.eqIfPresent(AccountingBookDO::getArchiveState, reqVO.getArchiveState())
|
|
|
|
|
.eqIfPresent(AccountingBookDO::getDeptId, reqVO.getDeptId())
|
|
|
|
|
.likeIfPresent(AccountingBookDO::getName,reqVO.getName())
|
|
|
|
@ -52,7 +52,7 @@ public interface AccountingBookMapper extends BaseMapperX<AccountingBookDO> {
|
|
|
|
|
.eqIfPresent(AccountingBookDO::getDigest, reqVO.getDigest())
|
|
|
|
|
.betweenIfPresent(AccountingBookDO::getCreateTime, reqVO.getCreateTime())
|
|
|
|
|
.eqIfPresent(AccountingBookDO::getEncrypt, reqVO.getEncrypt())
|
|
|
|
|
.eqIfPresent(AccountingBookDO::getArchiveId, reqVO.getArchiveId())
|
|
|
|
|
.eqIfPresent(AccountingBookDO::getRecordId, reqVO.getRecordId())
|
|
|
|
|
.eqIfPresent(AccountingBookDO::getArchiveState, reqVO.getArchiveState())
|
|
|
|
|
.eqIfPresent(AccountingBookDO::getDeptId, reqVO.getDeptId())
|
|
|
|
|
.likeIfPresent(AccountingBookDO::getDeptName, reqVO.getDeptName())
|
|
|
|
|