td操作修改
This commit is contained in:
parent
fbba27eb92
commit
96295ef09d
@ -178,9 +178,10 @@ public class SysIotModelServiceImpl implements SysIotModelService {
|
||||
if (sysIotModelFieldDto.getAttributeType() == 140) {
|
||||
sysIotModelField.setDataType("tinyint");
|
||||
}
|
||||
sysIotModelFieldMapper.insert(sysIotModelField);
|
||||
//动态执行创建td超级表,字段
|
||||
createTdStableOrColumn(sysIotModelField);
|
||||
|
||||
sysIotModelFieldMapper.insert(sysIotModelField);
|
||||
//新增物模型属性缓存
|
||||
addModelFieldCache(sysIotModelField);
|
||||
SysIotModelFieldVo sysIotModelFieldVo = new SysIotModelFieldVo();
|
||||
|
Loading…
Reference in New Issue
Block a user