transaction.tjpopState 该对象在后台是枚举类型,在前台需要转为字符串才能比较。

错误一:

<s:if test='transaction.tjpopState!="SUCCESS"'>

</s:if>

正确一:

<s:if test='transaction.tjpopState.toString()!="SUCCESS"'><s:if>

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-16
  • 2021-09-03
  • 2021-11-15
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2022-01-19
  • 2022-02-07
  • 2021-11-05
  • 2022-12-23
相关资源
相似解决方案