Commit 44e9ea72 authored by neo's avatar neo

[bugfix] delete unused formula filed in CellTemplateDto

parent 03912942
......@@ -16,7 +16,6 @@ public interface FormulaAdminMapper extends MyMapper {
" cell_template.ID AS cellTemplateID, " +
" template.ID AS reportTemplateID, " +
" template.template_group_id AS reportTemplateGroupID, " +
" cell_template_config.formula AS formula, " +
" cell_template.row_index AS rowIndex, " +
" cell_template.column_index AS columnIndex, " +
" template.Code AS reportCode, " +
......
......@@ -9,7 +9,6 @@ public class CellTemplatePerGroupDto {
private String cellTemplateID ;
private String reportTemplateID ;
private String reportTemplateGroupID ;
private String formula ;
private int rowIndex ;
private int columnIndex ;
private String reportCode ;
......
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