Commit 71ce5294 authored by 温志超's avatar 温志超

更新报表

parent 8e39e653
...@@ -140,7 +140,6 @@ ...@@ -140,7 +140,6 @@
<if test="processId != null ">and process.process_id = #{processId}</if> <if test="processId != null ">and process.process_id = #{processId}</if>
<if test="processName != null and processName != '' ">and process.process_name like '%${processName}%'</if> <if test="processName != null and processName != '' ">and process.process_name like '%${processName}%'</if>
<if test="startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if>
<if test="workshopId != null">and workstation.workshop_Id = #{workshopId}</if> <if test="workshopId != null">and workstation.workshop_Id = #{workshopId}</if>
<if test="workshopName != null and workshopName != '' ">and workstation.workshop_name like '%${workshopName}%'</if> <if test="workshopName != null and workshopName != '' ">and workstation.workshop_name like '%${workshopName}%'</if>
<if test="workstationId != null">and workstation.workstation_id = #{workstationId} </if> <if test="workstationId != null">and workstation.workstation_id = #{workstationId} </if>
...@@ -178,7 +177,6 @@ ...@@ -178,7 +177,6 @@
<if test="processId != null ">and process.process_id = #{processId}</if> <if test="processId != null ">and process.process_id = #{processId}</if>
<if test="processName != null and processName != '' ">and process.process_name like '%${processName}%'</if> <if test="processName != null and processName != '' ">and process.process_name like '%${processName}%'</if>
<if test="startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if>
<if test="workshopId != null">and workstation.workshop_Id = #{workshopId}</if> <if test="workshopId != null">and workstation.workshop_Id = #{workshopId}</if>
<if test="workshopName != null and workshopName != '' ">and workstation.workshop_name like '%${workshopName}%'</if> <if test="workshopName != null and workshopName != '' ">and workstation.workshop_name like '%${workshopName}%'</if>
<if test="workstationId != null">and workstation.workstation_id = #{workstationId} </if> <if test="workstationId != null">and workstation.workstation_id = #{workstationId} </if>
......
...@@ -139,7 +139,6 @@ ...@@ -139,7 +139,6 @@
<if test="processId != null ">and process.process_id = #{processId}</if> <if test="processId != null ">and process.process_id = #{processId}</if>
<if test="processName != null and processName != '' ">and process.process_name like '%${processName}%'</if> <if test="processName != null and processName != '' ">and process.process_name like '%${processName}%'</if>
<if test="startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if>
<if test="workshopId != null">and workstation.workshop_Id = #{workshopId}</if> <if test="workshopId != null">and workstation.workshop_Id = #{workshopId}</if>
<if test="workshopName != null and workshopName != '' ">and workstation.workshop_name like '%${workshopName}%'</if> <if test="workshopName != null and workshopName != '' ">and workstation.workshop_name like '%${workshopName}%'</if>
<if test="workstationId != null">and workstation.workstation_id = #{workstationId} </if> <if test="workstationId != null">and workstation.workstation_id = #{workstationId} </if>
...@@ -178,7 +177,6 @@ ...@@ -178,7 +177,6 @@
<if test="processId != null ">and process.process_id = #{processId}</if> <if test="processId != null ">and process.process_id = #{processId}</if>
<if test="processName != null and processName != '' ">and process.process_name like '%${processName}%'</if> <if test="processName != null and processName != '' ">and process.process_name like '%${processName}%'</if>
<if test="startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if>
<if test="workshopId != null">and workstation.workshop_Id = #{workshopId}</if> <if test="workshopId != null">and workstation.workshop_Id = #{workshopId}</if>
<if test="workshopName != null and workshopName != '' ">and workstation.workshop_name like '%${workshopName}%'</if> <if test="workshopName != null and workshopName != '' ">and workstation.workshop_name like '%${workshopName}%'</if>
<if test="workstationId != null">and workstation.workstation_id = #{workstationId} </if> <if test="workstationId != null">and workstation.workstation_id = #{workstationId} </if>
......
...@@ -139,7 +139,6 @@ ...@@ -139,7 +139,6 @@
<if test="processId != null ">and process.process_id = #{processId}</if> <if test="processId != null ">and process.process_id = #{processId}</if>
<if test="processName != null and processName != '' ">and process.process_name like '%${processName}%'</if> <if test="processName != null and processName != '' ">and process.process_name like '%${processName}%'</if>
<if test="startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if>
<if test="workshopId != null">and workstation.workshop_Id = #{workshopId}</if> <if test="workshopId != null">and workstation.workshop_Id = #{workshopId}</if>
<if test="workshopName != null and workshopName != '' ">and workstation.workshop_name like '%${workshopName}%'</if> <if test="workshopName != null and workshopName != '' ">and workstation.workshop_name like '%${workshopName}%'</if>
<if test="workstationId != null">and workstation.workstation_id = #{workstationId} </if> <if test="workstationId != null">and workstation.workstation_id = #{workstationId} </if>
...@@ -177,7 +176,6 @@ ...@@ -177,7 +176,6 @@
<if test="processId != null ">and process.process_id = #{processId}</if> <if test="processId != null ">and process.process_id = #{processId}</if>
<if test="processName != null and processName != '' ">and process.process_name like '%${processName}%'</if> <if test="processName != null and processName != '' ">and process.process_name like '%${processName}%'</if>
<if test="startDate != null and endDate != null">and feedback_time BETWEEN #{startDate} AND #{endDate}</if>
<if test="workshopId != null">and workstation.workshop_Id = #{workshopId}</if> <if test="workshopId != null">and workstation.workshop_Id = #{workshopId}</if>
<if test="workshopName != null and workshopName != '' ">and workstation.workshop_name like '%${workshopName}%'</if> <if test="workshopName != null and workshopName != '' ">and workstation.workshop_name like '%${workshopName}%'</if>
<if test="workstationId != null">and workstation.workstation_id = #{workstationId} </if> <if test="workstationId != null">and workstation.workstation_id = #{workstationId} </if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment