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