void com.opensymphony.xwork2.ActionSupport.addActionError(String
anErrorMessage)

 

  if (this.brokerage == null) {
   this.addActionError("佣金确认信息为空,无法保存!");
   return "showConfirmOrder";
  }

相关文章:

  • 2022-01-20
  • 2021-12-31
  • 2021-10-23
  • 2021-09-24
  • 2022-12-23
  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-10
  • 2022-12-23
  • 2021-07-07
  • 2021-08-16
  • 2022-12-23
  • 2021-12-31
  • 2021-09-29
相关资源
相似解决方案