Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform
Commits
0a31f83f
Commit
0a31f83f
authored
Dec 26, 2019
by
jiaorz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发票接口
parent
3e0be9e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
QueryOrderDTO.java
...ava/com/xxfc/platform/order/pojo/order/QueryOrderDTO.java
+5
-0
BaseOrderMapper.xml
...rder-server/src/main/resources/mapper/BaseOrderMapper.xml
+3
-0
No files found.
xx-order/xx-order-api/src/main/java/com/xxfc/platform/order/pojo/order/QueryOrderDTO.java
View file @
0a31f83f
...
@@ -38,4 +38,9 @@ public class QueryOrderDTO extends PageParam {
...
@@ -38,4 +38,9 @@ public class QueryOrderDTO extends PageParam {
private
Integer
type
;
private
Integer
type
;
private
String
multiTypes
;
private
String
multiTypes
;
/**
* 开票状态,0未开票,1已开票
*/
private
Integer
invoiceStatus
;
}
}
\ No newline at end of file
xx-order/xx-order-server/src/main/resources/mapper/BaseOrderMapper.xml
View file @
0a31f83f
...
@@ -68,6 +68,9 @@
...
@@ -68,6 +68,9 @@
<if
test=
"type != null"
>
<if
test=
"type != null"
>
and type = #{type}
and type = #{type}
</if>
</if>
<if
test=
"invoiceStatus != null"
>
and invoice_status = #{invoiceStatus}
</if>
<if
test=
"hasMemberRight != null"
>
<if
test=
"hasMemberRight != null"
>
and has_member_right = #{hasMemberRight}
and has_member_right = #{hasMemberRight}
</if>
</if>
...
...
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