@@ -107,7 +107,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="queryLotattConfigList" resultMap="LotattConfigVOResult">
select lotatt_id,lotatt_name,required_tag lotatt_flag, input_type, input_scope, default_value from lotatt_config
- where status = '0'
+ where status = '0' and required_tag !='hidden'
</select>
<select id="queryLotattConfigListActive" resultMap="LotattConfigVOResult">