合同拆分金额与收发货规则优化
This commit is contained in:
@@ -24,7 +24,7 @@ public interface AmountDismantleMapper extends BaseMapperX<AmountDismantleDO> {
|
||||
.eqIfPresent(AmountDismantleDO::getElementAbbreviation, reqVO.getElementAbbreviation())
|
||||
.likeIfPresent(AmountDismantleDO::getElementName, reqVO.getElementName())
|
||||
.eqIfPresent(AmountDismantleDO::getElementCode, reqVO.getElementCode())
|
||||
.eqIfPresent(AmountDismantleDO::getRatio, reqVO.getRatio())
|
||||
.eqIfPresent(AmountDismantleDO::getProportion, reqVO.getProportion())
|
||||
.eqIfPresent(AmountDismantleDO::getContractId, reqVO.getContractId())
|
||||
.betweenIfPresent(AmountDismantleDO::getCreateTime, reqVO.getCreateTime())
|
||||
.orderByDesc(AmountDismantleDO::getId));
|
||||
|
||||
Reference in New Issue
Block a user