This commit is contained in:
杨晓东 2025-11-24 17:34:44 +08:00
parent 7eb4a4fed8
commit 2c76b1c751

View File

@ -49,7 +49,7 @@ public class DryParamThresholdServiceImpl implements IDryParamThresholdService
{
LambdaQueryWrapper<DryParamThreshold> queryWrapper = new LambdaQueryWrapper<>(dryParamThreshold);
return dryParamThresholdMapper.selectList(queryWrapper.orderByDesc(DryParamThreshold::getCreateTime));
return dryParamThresholdMapper.selectList(queryWrapper.orderByDesc(DryParamThreshold::getEquipmentCode));
}
/**