bug
This commit is contained in:
parent
7eb4a4fed8
commit
2c76b1c751
@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user