问题描述

poorProperty是参数名,4#5#6为值
当时前台传值是这样的 poorProperty:4,5,6
然后xml的sql语句用了foreach,然后就报错了,如果值不是数组的时候就会报这个错。

Error evaluating expression ‘poorProperty‘. Return value (4#5#6) was not iterable.
检查xml当中是否使用了foreach

Error evaluating expression ‘poorProperty‘. Return value (4#5#6) was not iterable.

解决方案:

Error evaluating expression ‘poorProperty‘. Return value (4#5#6) was not iterable.

相关文章:

  • 2021-10-06
  • 2021-07-13
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2021-11-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案