|
@@ -159,7 +159,7 @@ public class GenTableColumn extends BaseEntity {
|
|
}
|
|
}
|
|
|
|
|
|
public boolean isEdit() {
|
|
public boolean isEdit() {
|
|
- return isInsert(this.isEdit);
|
|
|
|
|
|
+ return isEdit(this.isEdit);
|
|
}
|
|
}
|
|
|
|
|
|
public boolean isEdit(String isEdit) {
|
|
public boolean isEdit(String isEdit) {
|