mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-10 16:12:50 +00:00
fix
This commit is contained in:
parent
6bef22eb53
commit
7200ef1efa
@ -141,7 +141,7 @@ export class TaskBullService extends BaseService {
|
||||
}
|
||||
await transactionalEntityManager.save(TaskInfoEntity, params);
|
||||
if (params.status === 1) {
|
||||
const exist = await this.exist(params.id);
|
||||
const exist = await this.exist(params.jobId);
|
||||
if (exist) {
|
||||
await this.remove(params.id);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user