Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
Aidea
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
sa_aidea
Aidea
Commits
b852f6c2
Commit
b852f6c2
authored
Mar 09, 2021
by
fanjr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
4fbd6733
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CheckresultMapper.xml
...ain/java/com/cftech/checkresult/dao/CheckresultMapper.xml
+2
-2
No files found.
aidea-modules/checkresult-module/src/main/java/com/cftech/checkresult/dao/CheckresultMapper.xml
View file @
b852f6c2
...
...
@@ -263,7 +263,7 @@
<select
id=
"checkResultsList"
resultType=
"map"
>
SELECT
number,reagent_batch_no,id,DATE_FORMAT(reagent_verif_date,'%Y-%m-%d') reagent_verif_date,DATE_FORMAT(check_date,'%Y-%m-%d') check_date
send_check_no
number,reagent_batch_no,id,DATE_FORMAT(reagent_verif_date,'%Y-%m-%d') reagent_verif_date,DATE_FORMAT(check_date,'%Y-%m-%d') check_date
from t_aidea_check_result
where del_flag = 0 and openid = #{openId}
<if
test=
"number!=null and number !=''"
>
...
...
@@ -278,6 +278,6 @@
SELECT
<include
refid=
"sqlColumns"
/>
FROM t_aidea_check_result t
WHERE t.send_Check_No=#{number}
WHERE t.send_Check_No=#{number}
AND t.del_flag = 0
</select>
</mapper>
\ No newline at end of file
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