标签-输入框对应数据类型修改
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ public class OnlCgformTagServiceImpl extends ServiceImpl<OnlCgformTagMapper, Onl
|
||||
}
|
||||
//设置标签存入数据库的字段类型
|
||||
if(onlCgformTag.getFieldShowType().equals(FieldTypeEnum.TEXT_NUMBER.getValue())){
|
||||
onlCgformTag.setDbType("int");
|
||||
onlCgformTag.setDbType("Double");
|
||||
}else if(onlCgformTag.getFieldShowType().equals(FieldTypeEnum.DATE_SINGLE.getValue())){
|
||||
onlCgformTag.setDbType("Date");
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user