错误的使用方法: @Select("select goods_sn from ${tableName} where goods_sn in (#{skuStr})") public List<String> selectForAlgorithm(@Param("skuStr") String skuStr,@Param("tableName") String tableName); 正确的使用方法: @SelectProvider(t
Servlet.service() for servlet [SpringMVC] in context with path [/eyou] threw exception [Request processing failed; nested exception is org.apache.ibatis.builder.IncompleteElementException: Could not find result map java.lang.Integer] with root causej