取消更新javaType

This commit is contained in:
hawk 2022-09-23 09:40:01 +08:00
parent 5faf6aa301
commit b2cf624380
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@ public class GenerateServiceImpl implements IGenerateService {
GenTableColumn column = genTableColumnMapper.selectById(id);
column.setColumnComment(item.get("columnComment"));
column.setJavaField(item.get("javaField"));
column.setJavaType(item.get("javaType"));
column.setIsRequired(Integer.parseInt(item.get("isRequired")));
column.setIsInsert(Integer.parseInt(item.get("isInsert")));
column.setIsEdit(Integer.parseInt(item.get("isEdit")));