|
@@ -335,7 +335,6 @@ public class DragTableServiceImpl implements IDragTableService {
|
|
|
dragTableConditionList.add(new DragTableCondition(dragTable.gettId(), item, dragTableVo.getConditionDefaultValueMap().get(item).toString()));
|
|
|
});
|
|
|
dragTableConditionMapper.insertDragTableConditionByList(dragTableConditionList);
|
|
|
- System.out.println("111111");
|
|
|
}
|
|
|
//给表格增加按钮
|
|
|
if (dragTableVo.getDragTableBtnRelevanceList() != null && dragTableVo.getDragTableBtnRelevanceList().size() > 0) {
|