Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes
Commits
71ce5294
Commit
71ce5294
authored
Dec 16, 2024
by
温志超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新报表
parent
8e39e653
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
DailyProductionReportMapper.xml
...n/resources/mapper/report/DailyProductionReportMapper.xml
+0
-2
MonthlyProductionReportMapper.xml
...resources/mapper/report/MonthlyProductionReportMapper.xml
+0
-2
WeeklyProductionReportMapper.xml
.../resources/mapper/report/WeeklyProductionReportMapper.xml
+0
-2
No files found.
mes/src/main/resources/mapper/report/DailyProductionReportMapper.xml
View file @
71ce5294
...
@@ -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>
...
...
mes/src/main/resources/mapper/report/MonthlyProductionReportMapper.xml
View file @
71ce5294
...
@@ -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>
...
...
mes/src/main/resources/mapper/report/WeeklyProductionReportMapper.xml
View file @
71ce5294
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment