Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-service-hmhj
Overview
Overview
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
wangweidong
patzn-cloud-service-hmhj
Commits
cba2726c
Commit
cba2726c
authored
Apr 14, 2022
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据对接数据处理系统,质检人在原铝时,传递委托人;
parent
510a0b86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
EntrustSampleItemIndexMapper.xml
...in/resources/mapper/hmhj/EntrustSampleItemIndexMapper.xml
+2
-2
No files found.
src/main/resources/mapper/hmhj/EntrustSampleItemIndexMapper.xml
View file @
cba2726c
...
...
@@ -98,9 +98,9 @@
max(s.sample_grading) "brand",
max(i.tester) "tester",
to_char(max(i.test_time),'YYYY-MM-DD HH24:MI:SS') "test_time",
max(
CASE WHEN S.NAME = '原铝' then e.assignor else r.report_checker end
) "report_checker",
max(
r.report_checker
) "report_checker",
max(r.report_issuer) "report_issuer",
max(
r.quality_inspector
) "quality_inspector",
max(
CASE WHEN S.NAME = '原铝' then e.assignor else r.quality_inspector end
) "quality_inspector",
max(case when ii.name = '原铝Fe' then trim(ii.test_value) else null end) "fe",
max(case when ii.name = '原铝Si' then trim(ii.test_value) else null end) "si",
max(case when ii.name = '原铝Cu' then trim(ii.test_value) else null end) "cu",
...
...
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