|
@@ -107,9 +107,9 @@ public class DragTableController extends BaseController {
|
|
|
dragTableStyleService.batchInsertDragTableStyle(dragTableVo);
|
|
|
}
|
|
|
//新增动态表格数据统计信息
|
|
|
- if(dragTableVo.getDragTableStatisticList().size() > 0){
|
|
|
- dragTableStatisticService.batchInsertDragTableStatistic(dragTableVo);
|
|
|
- }
|
|
|
+// if(dragTableVo.getDragTableStatisticList().size() > 0){
|
|
|
+// dragTableStatisticService.batchInsertDragTableStatistic(dragTableVo);
|
|
|
+// }
|
|
|
//新增表格按钮关联表
|
|
|
if(dragTableVo.getDragTableBtnRelevanceList().size() > 0){
|
|
|
dragTableBtnRelevanceService.batchInsertDragTableBtnRelevance(dragTableVo.getDragTableBtnRelevanceList());
|
|
@@ -135,7 +135,7 @@ public class DragTableController extends BaseController {
|
|
|
//修改动态表格样式信息
|
|
|
dragTableStyleService.updateDragTableStyle(dragTableVo);
|
|
|
//修改动态表格数据统计信息
|
|
|
- dragTableStatisticService.updateDragTableStatistic(dragTableVo);
|
|
|
+// dragTableStatisticService.updateDragTableStatistic(dragTableVo);
|
|
|
//修改动态表格和按钮关联表
|
|
|
dragTableBtnRelevanceService.updateDragTableBtnRelevance(dragTableVo);
|
|
|
return AjaxResult.success();
|