|
@@ -141,7 +141,8 @@ public class ProductOrderController {
|
|
"userId:用户id<br>" +
|
|
"userId:用户id<br>" +
|
|
"time:下单时间<br>" +
|
|
"time:下单时间<br>" +
|
|
"linkman:用户名称<br>" +
|
|
"linkman:用户名称<br>" +
|
|
- "username:手机号码<br>")
|
|
|
|
|
|
+ "username:手机号码<br>" +
|
|
|
|
+ "orderDetial:订单审核信息<br>")
|
|
@PostMapping("/getAllProductOrder")
|
|
@PostMapping("/getAllProductOrder")
|
|
@SysLogger("getAllProductOrder")
|
|
@SysLogger("getAllProductOrder")
|
|
public RespDTO<IPage<ProductOrderWrapper>> getAllProductOrder(@RequestBody ProductOrderVO productOrderVO) {
|
|
public RespDTO<IPage<ProductOrderWrapper>> getAllProductOrder(@RequestBody ProductOrderVO productOrderVO) {
|