Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_beijing_auxiliary_YD
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
zhangyusheng
YX_IDENT_beijing_auxiliary_YD
Commits
9138f1e0
Commit
9138f1e0
authored
Mar 17, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
9bb46e17
271de091
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
PersonPostMapper.java
...ain/java/com/yxproject/start/mapper/PersonPostMapper.java
+3
-3
No files found.
src/main/java/com/yxproject/start/mapper/PersonPostMapper.java
View file @
9138f1e0
...
...
@@ -39,7 +39,7 @@ public interface PersonPostMapper {
" LEFT JOIN FILE_NAME_DIC ON FILE_NAME_DIC.FILE_ID=PERSON_POST.FILE_ID "
+
" WHERE 1=1"
+
" <when test='applicantName!=\"\"'> and PERSON_POST.APPLICANT_NAME = #{applicantName} </when>"
+
"<when test='emailNo!=\"\"'> and PERSON_POST.WAYBILL_NUMBER =
#{emailNo}
</when>"
+
"<when test='emailNo!=\"\"'> and PERSON_POST.WAYBILL_NUMBER =
TO_NUMBER(#{emailNo})
</when>"
+
" <when test='orderNumber!=\"\"'> and PERSON_POST.ORDER_NUMBER=#{orderNumber} </when>"
+
" <if test='state== 0 '> and PERSON_POST.print_date is null </if>"
+
" <if test='state== 1 '> and PERSON_POST.print_date is not null </if>"
+
...
...
@@ -59,7 +59,7 @@ public interface PersonPostMapper {
" LEFT JOIN FILE_NAME_DIC ON FILE_NAME_DIC.FILE_ID=PERSON_POST.FILE_ID "
+
" where 1=1 "
+
" <when test='applicantName!=\"\"'> and PERSON_POST.APPLICANT_NAME = #{applicantName} </when>"
+
" <when test='emailNo!=\"\"
'> and PERSON_POST.WAYBILL_NUMBER = #{emailNo}
</when>"
+
" <when test='emailNo!=\"\"
'> and PERSON_POST.WAYBILL_NUMBER =TO_NUMBER(#{emailNo})
</when>"
+
" <when test='orderNumber!=\"\"'> and PERSON_POST.ORDER_NUMBER=#{orderNumber} </when>"
+
" <when test='state== 0 '> and PERSON_POST.print_date is null </when>"
+
" <when test='state== 1 '> and PERSON_POST.print_date is not null </when>"
+
...
...
@@ -112,7 +112,7 @@ public interface PersonPostMapper {
" <when test='ddh!=\"\"'> and PERSON_POST.ORDER_NUMBER=#{ddh} </when>"
+
" <when test='hasPrinted!=\"\"'> and PERSON_POST.STATE=#{hasPrinted} </when>"
+
" <when test='gkxx!=\"\"'> and PERSON_POST.LATTICE_MOUTH_INFORMATION=#{gkxx} </when>"
+
" <when test='emailNo!=\"\"'> and PERSON_POST.WAYBILL_NUMBER=
#{emailNo}
</when>"
+
" <when test='emailNo!=\"\"'> and PERSON_POST.WAYBILL_NUMBER=
TO_NUMBER(#{emailNo})
</when>"
+
" <when test='str!=null'> and PERSON_POST.GET_TO_COUNTY in ( #{str} ) </when>"
+
" <when test='uploadDate!=\"\"'> and subStr(FILE_NAME_DIC.UPLOAD_DATE,0,8)=#{uploadDate} </when>"
+
"</script>"
)
...
...
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