[出错了,请联系网站管理员]
freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> row [in template "tpl/html/20240507/1379030104276993/displayrecruit.html" at line 26, column 37]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${row.photoName} [in template "tpl/html/20240507/1379030104276993/displayrecruit.html" at line 26, column 35]
----
发布时间:[出错了,请联系网站管理员]
freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> row [in template "tpl/html/20240507/1379030104276993/displayrecruit.html" at line 27, column 41]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: ${row.createDatetime[0..9]} [in template "tpl/html/20240507/1379030104276993/displayrecruit.html" at line 27, column 39]
----
[出错了,请联系网站管理员]
freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:
==> row [in template "tpl/html/20240507/1379030104276993/displayrecruit.html" at line 29, column 30]
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: #function getTextContent(propertyText... [in template "public_include/function.html" in function "getTextContent" at line 159, column 1]
- Reached through: ${getTextContent(row.photoTextList, "... [in template "tpl/html/20240507/1379030104276993/displayrecruit.html" at line 29, column 13]
----