|
|
@ -113,7 +113,7 @@ public class DeviceQrtzServiceImpl implements IDeviceQrtzService { |
|
|
|
|
|
|
|
@Override |
|
|
|
public List<DeviceQrtzFileEntity> manageDeviceQrtzFileByQrtzId(Long qrtzId) { |
|
|
|
return deviceQrtzFileMapper.selectList(new QueryWrapper<DeviceQrtzFileEntity>().eq("qrtz_id", qrtzId)); |
|
|
|
return deviceQrtzFileMapper.selectList(new QueryWrapper<DeviceQrtzFileEntity>().eq("qrtz_id", qrtzId).orderByAsc("sort")); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|