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
150bade8
Commit
150bade8
authored
Nov 02, 2020
by
谢希宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Aidea product update by Strive Date 2020-10-30
parent
26af6e73
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
11 deletions
+23
-11
OrderMapper.java
...odule/src/main/java/com/cftech/order/dao/OrderMapper.java
+23
-11
No files found.
aidea-modules/order-module/src/main/java/com/cftech/order/dao/OrderMapper.java
View file @
150bade8
...
...
@@ -12,38 +12,50 @@ import java.util.List;
import
java.util.Map
;
/**
* 订单管理Mapper
*
* @author Licc
* @date: 2020-10-10 14:20
*/
* 订单管理Mapper
*
* @author Licc
* @date: 2020-10-10 14:20
*/
public
interface
OrderMapper
extends
GenericDao
<
Order
>
{
Integer
deleteAll
(
@Param
(
"id"
)
Long
id
);
List
<
Order
>
fetchSearchBy
(
Conds
conds
,
Sort
sort
,
int
page
,
int
pageSize
,
Long
id
);
List
<
ProductOrder
>
listProduct
();
OrderFromVO
fetchId
(
Serializable
id
);
List
<
OrderFromVO
>
fetchProductId
(
Serializable
id
);
ProductDto
fetchProduct
(
Map
<
String
,
Object
>
params
);
ProductDto
fetchProduct
(
Map
<
String
,
Object
>
params
);
Integer
saveDetill
(
OrderDetailDto
orderDetailDto
);
Integer
fetcheDeta
(
Map
<
String
,
Object
>
params
);
Integer
updateDetill
(
Map
<
String
,
Object
>
params
);
Order
fetchOrder
(
Long
id
);
Integer
updateOrder
(
Map
<
String
,
Object
>
params
);
/**
* @return
* @Author Licc
* @Description 查询所有订单信息
* @Date 15:45 2020/10/30
* @Param
* @return
**/
List
<
OrderMobile
>
orderFall
(
@Param
(
"openid"
)
String
openid
,
@Param
(
"status"
)
Long
status
,
@Param
(
"id"
)
Long
id
);
List
<
OrderMobile
>
orderFall
(
@Param
(
"openid"
)
String
openid
,
@Param
(
"status"
)
Long
status
,
@Param
(
"id"
)
Long
id
);
/**
* @return
* @Author Licc
* @Description 根据订单ID查询订单详情
* @Date 10:46 2020/11/1
* @Param
* @return
**/
List
<
ProductMobile
>
orderDetill
(
@Param
(
"orderId"
)
Long
orderId
);
List
<
ProductMobile
>
orderDetill
(
@Param
(
"orderId"
)
Long
orderId
);
}
\ 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