mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-17 21:03:17 +08:00
6 lines
191 B
Plaintext
Executable File
6 lines
191 B
Plaintext
Executable File
|
|
public function {%methodName%}($value, $data)
|
|
{
|
|
$value = $value ?: ($data['{%field%}'] ?? '');
|
|
return is_numeric($value) ? date("Y-m-d H:i:s", $value) : $value;
|
|
} |