Commit 97cbf54d authored by neo's avatar neo

[bugfix] add list param for query pct mapper interface

parent ec296129
...@@ -124,5 +124,5 @@ public interface CellDataMapper extends MyVatMapper { ...@@ -124,5 +124,5 @@ public interface CellDataMapper extends MyVatMapper {
" ( r.period=#{item.period} and c.cell_template_id=#{item.cellTemplateId} )" + " ( r.period=#{item.period} and c.cell_template_id=#{item.cellTemplateId} )" +
" </foreach>" + " </foreach>" +
"</script>") "</script>")
List<ReportGeneratorImpl.PCTEntity> queryByPCTs(Set<ReportGeneratorImpl.PCTEntity> parameter); List<ReportGeneratorImpl.PCTEntity> queryByPCTs(@Param("list") Set<ReportGeneratorImpl.PCTEntity> parameter);
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment