wangxin hai 11 horas
pai
achega
05ed94b3b9

+ 1 - 1
src/main/resources/mybatis/business/BizTechnologicalProcessDetailMapper.xml

@@ -38,7 +38,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     <select id="getProcessList" parameterType="Long" resultMap="BizTechnologicalProcessDetailResult">
         SELECT * FROM biz_technological_process_detail
         <trim prefix=" WHERE" suffix="" suffixOverrides="AND">
-            deleted = 0 and tenant_id != 9
+            deleted = 0 and tenant_id != 9 AND is_conceal = 0
             <if test="tenantId != null and tenantId != 0" > AND tenant_id = #{tenantId}</if>
             <if test="technologicalProcessId!= null"> AND technological_process_id = #{technologicalProcessId}</if>
             <if test="processStepNumber != null and processStepNumber!=''">AND process_step_number > #{processStepNumber}</if>