sth
This commit is contained in:
parent
d4966ebb75
commit
c004a039b4
|
|
@ -43,7 +43,7 @@ class CheckOrdeRecordCommand extends Command
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
OrderDispatchRecord::whereIn('id',$ids)->update(['status'=>1]);
|
OrderDispatchRecord::whereIn('id',$ids)->where('status',0)->update(['status'=>1]);
|
||||||
OrderDispatch::whereIn('id',$dispatchIds)->where('follow',1)->update(['follow'=>0]);
|
OrderDispatch::whereIn('id',$dispatchIds)->where('follow',1)->update(['follow'=>0]);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user