Commit 30bfbfc1 authored by neo's avatar neo

[Bug 19426] fixed bug cannot delete templete group

parent 4b6261c3
......@@ -109,7 +109,7 @@ public interface CellTemplateConfigMapper extends MyMapper {
List<CellTemplateConfig> getCellTemplateConfigByTemplateId(@Param("templateId") Long templateId);
int deleteCellTemplateConfigByCellTemplate(@Param("templateDbId") Long templateDbId);
int deleteCellTemplateConfigByCellTemplate(@Param("templateId") Long templateId);
void batchInsert(List<CellTemplateConfig> list);
......
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