解決方法:
文件:app\services\system\timer\SystemTimerServices 方法:getTimerList()
case 8:
$arr = explode('/', $item['cycle']);
$item['execution_cycle'] ='每年' . $arr[0] . '月' . $arr[1] . '日 ' . $arr[2] . '點' . $arr[3] . '分執(zhí)行';
break;