Not all named parameters have been set: [] [from IndicatorTemp obj where 1 = 1 and obj.indicatorStatus = :indicatorStatus and obj.enterprise.id = :idProperty and obj.equipment.id in ( :idProperty ) order by obj.id asc]
这个 from IndicatorTemp obj,obj是表的别名,格式应该是:表名称.字段,obj.enterprise.id不应该出现2个点('.')的情况 ,