|
|
@ -266,6 +266,7 @@ public class EquipmentLedgerController extends DafController { |
|
|
|
if (StringUtils.isNotEmpty(coding)) { |
|
|
|
if (StringUtils.isNotEmpty(coding)) { |
|
|
|
queryWrapper.lambda().like(EquipmentLedger::getKksEncoding, coding); |
|
|
|
queryWrapper.lambda().like(EquipmentLedger::getKksEncoding, coding); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
queryWrapper.lambda().eq(EquipmentLedger::getCheckStatus, 2); |
|
|
|
queryWrapper.lambda().eq(EquipmentLedger::getIsDeleted, DafConstant.DB_NOT_DELETED); |
|
|
|
queryWrapper.lambda().eq(EquipmentLedger::getIsDeleted, DafConstant.DB_NOT_DELETED); |
|
|
|
queryWrapper.lambda().orderByDesc(EquipmentLedger::getKksEncoding); |
|
|
|
queryWrapper.lambda().orderByDesc(EquipmentLedger::getKksEncoding); |
|
|
|
queryWrapper.lambda().last(" LIMIT 50"); |
|
|
|
queryWrapper.lambda().last(" LIMIT 50"); |
|
|
|