(cherry picked from commit a2e5a455b2517ebd37e3275bd6527169f28b7e6d)
@@ -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">