Browse Source

update

feature/big-screen
hades 5 years ago
parent
commit
5a2de484fe
  1. 1
      designer-realize/src/main/java/com/fr/design/write/submit/SmartInsertDBManipulationPane.java

1
designer-realize/src/main/java/com/fr/design/write/submit/SmartInsertDBManipulationPane.java

@ -452,7 +452,6 @@ public class SmartInsertDBManipulationPane extends DBManipulationPane {
int r = cellselection.getRow();
int rs = cellselection.getRowSpan();
String allColumnRow = newValue.toString();
System.out.println("all: " + allColumnRow);
newAdd.clear();
for (int i = 0; i < cs; i++) {
for (int j = 0; j < rs; j++) {

Loading…
Cancel
Save