소스 검색

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

LZH 2 년 전
부모
커밋
a2e5a455b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      warewms-ams/src/main/resources/mapper/ams/LotattConfigMapper.xml

+ 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 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">