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
cdf07ad4
Commit
cdf07ad4
authored
Sep 11, 2025
by
jiangxuming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(core): 修正查询条件及限制数量
parent
eff9e3eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
EntrustSampleItemMapper.xml
src/main/resources/mapper/hmhj/EntrustSampleItemMapper.xml
+3
-3
No files found.
src/main/resources/mapper/hmhj/EntrustSampleItemMapper.xml
View file @
cdf07ad4
...
...
@@ -820,7 +820,7 @@
JOIN entrust e ON s.entrust_id = e.ID
where s.deleted = 0
AND i.deleted = 0 and e.deleted = 0 and ii.deleted = 0
ANd i.name = '电解质分子比' and i.status > 49
ANd i.name = '电解质分子比' and i
i.name = '电解质-分子比' and i
.status > 49
<if
test=
"null != vo.slotNo"
>
AND s.slot_no LIKE CONCAT ('%',#{vo.slotNo},'%')
</if>
...
...
@@ -828,10 +828,10 @@
AND s.sample_from LIKE CONCAT ('%',#{vo.sampleFrom},'%')
</if>
<if
test=
"vo.testTimeBegin != null and vo.testTimeEnd != null"
>
AND date_trunc('day',i
.test_
time) between #{vo.testTimeBegin} and #{vo.testTimeEnd}
AND date_trunc('day',i
i.c
time) between #{vo.testTimeBegin} and #{vo.testTimeEnd}
</if>
order by i.test_time desc
LIMIT 1000
LIMIT 1000
0
</select>
<update
id=
"updateBatchByData"
parameterType=
"java.util.List"
>
...
...
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