明树Git Lab

Commit df309e98 authored by zfp1's avatar zfp1

1

parent fbffa97a
Pipeline #106055 passed with stage
in 3 seconds
...@@ -409,7 +409,7 @@ async function getTzkzInfo(req, res, next) { ...@@ -409,7 +409,7 @@ async function getTzkzInfo(req, res, next) {
}; };
newTze.push(obj); newTze.push(obj);
} }
tzkz.tzkztzekzs = newTze; tzkz.tzkztzekzs = _.reverse(newTze);
return res.sendData(tzkz); return res.sendData(tzkz);
} catch (error) { } catch (error) {
next(error); next(error);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment