fix: fix deleteZone
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
b29053e850
commit
be311c0557
|
@ -40,8 +40,7 @@ module.exports = Self => {
|
|||
try {
|
||||
const filter = {
|
||||
where: {
|
||||
zoneFk: id,
|
||||
shipped: {gte: today}
|
||||
zoneFk: id
|
||||
},
|
||||
include: {
|
||||
relation: 'ticketState',
|
||||
|
|
Loading…
Reference in New Issue