fix
This commit is contained in:
parent
65899d936a
commit
374bec32e4
1 changed files with 1 additions and 0 deletions
|
|
@ -254,6 +254,7 @@ export class StrategyController extends Controller {
|
||||||
switch (body.levelnode) {
|
switch (body.levelnode) {
|
||||||
case 0:
|
case 0:
|
||||||
const ckOrder = await this.strategy1Repo.findOne({
|
const ckOrder = await this.strategy1Repo.findOne({
|
||||||
|
where: {},
|
||||||
order: { order: "DESC" },
|
order: { order: "DESC" },
|
||||||
});
|
});
|
||||||
strategyRepo = this.strategy1Repo;
|
strategyRepo = this.strategy1Repo;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue