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
f429990f
Commit
f429990f
authored
Jul 27, 2021
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统计问题修改
parent
3d04ec47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
EntrustSampleMapper.xml
src/main/resources/mapper/hmhj/EntrustSampleMapper.xml
+3
-3
No files found.
src/main/resources/mapper/hmhj/EntrustSampleMapper.xml
View file @
f429990f
...
...
@@ -193,7 +193,7 @@
i.ID = ii.entrust_sample_item_id
AND i.deleted = 0
AND ii.deleted = 0
and ii.test_value is not null
and ii.test_value is not null
and is_numeric(ii.test_value)
GROUP BY i.company_id,i.entrust_sample_id
)
SELECT
...
...
@@ -275,7 +275,7 @@
and ii.name like '%电解质-%'
AND i.deleted = 0
AND ii.deleted = 0
and ii.test_value is not null
and ii.test_value is not null
and is_numeric(ii.test_value)
GROUP BY i.company_id,i.entrust_sample_id
)
SELECT
...
...
@@ -358,7 +358,7 @@
AND I.TESTER_ID = u.USER_ID
AND i.deleted = 0
AND ii.deleted = 0
AND ii.test_value is not null
AND ii.test_value is not null
and is_numeric(ii.test_value)
AND EXISTS (
select 1 from entrust_sample s where s.id = i.entrust_sample_id and s.deleted = 0
and s.name like '%磷生铁%'
...
...
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