Commit 47e4367b authored by neo's avatar neo

[Bugfix] fixed select fixed formual sql error

parent a7fab01f
...@@ -117,7 +117,7 @@ public interface PeriodCellDataMapper extends MyVatMapper { ...@@ -117,7 +117,7 @@ public interface PeriodCellDataMapper extends MyVatMapper {
@Select("<script>" + @Select("<script>" +
"SELECT " + "SELECT " +
" R.PERIOD as period, C.CELL_TEMPLATE_ID AS cellTemplateId, DATA as data ,FORMULA_EXP as formulaExp" + " R.PERIOD as period, C.CELL_TEMPLATE_ID AS cellTemplateId, DATA as data ,FORMULA_EXP as formulaExp " +
"FROM " + "FROM " +
" PERIOD_CELL_DATA C, " + " PERIOD_CELL_DATA C, " +
" PERIOD_REPORT R " + " PERIOD_REPORT R " +
......
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