Commit d4018d01 authored by neo's avatar neo

[Bugfix] fixe invalid character sql

parent 4e073be0
......@@ -156,7 +156,7 @@ public interface PeriodCellDataMapper extends MyVatMapper {
" pcd.FORMULA_EXP, " +
" pcd.CELL_TEMPLATE_ID, " +
" pcd.PERIOD, " +
" temp.AMOUNT;" +
" temp.AMOUNT" +
"</script>")
List<PCTEntity> queryByPCTs(@Param("list") Set<PCTEntity> parameter, @Param("projectId") String projectId);
}
\ 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