@@ -161,7 +161,7 @@ class CustomDistController extends Controller
'customId' => $customId,
];
if (!$this->all) {
- $where['customDistId'] = ['<>', $distId];
+ $where['customDistId!='] = $distId;
}
if ($this->dryRun) {