cfmgrv4 init...10

This commit is contained in:
최준흠 2025-03-17 17:01:15 +09:00
parent 49d0fec680
commit 870e80da78

View File

@ -36,7 +36,7 @@ class MapurlModel extends CommonModel
}
public function getBatchJobFields(): array
{
return $this->getFilterFields();
return ['newurl', 'status'];
}
public function getFieldRule(string $action, string $field): string
{