Ver código fonte

批次属性配置页面修改隐藏属性达到隐藏效果

(cherry picked from commit a2e5a455b2517ebd37e3275bd6527169f28b7e6d)
LZH 2 anos atrás
pai
commit
b73e530bc6

+ 1 - 1
warewms-ams/src/main/resources/mapper/ams/LotattConfigMapper.xml

@@ -107,7 +107,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 
 
     <select id="queryLotattConfigList" resultMap="LotattConfigVOResult">
     <select id="queryLotattConfigList" resultMap="LotattConfigVOResult">
         select lotatt_id,lotatt_name,required_tag lotatt_flag, input_type, input_scope, default_value from lotatt_config
         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>
 
 
     <select id="queryLotattConfigListActive" resultMap="LotattConfigVOResult">
     <select id="queryLotattConfigListActive" resultMap="LotattConfigVOResult">