|
|
@ -258,9 +258,9 @@ public class IcFormItemServiceImpl extends BaseServiceImpl<IcFormItemDao, IcForm |
|
|
|
builderEntity.setUpdatedBy("init"); |
|
|
|
//item默认的查询组件已经有了,就不插入了
|
|
|
|
IcFormQueryBuilderEntity entity = icFormQueryBuilderDao.selectDefaultQueryItem(item.getId(), item.getItemType(), builderEntity.getQueryType()); |
|
|
|
/*if (null == entity) { |
|
|
|
if (null == entity) { |
|
|
|
icFormQueryBuilderDao.insert(builderEntity); |
|
|
|
}*/ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|