| | |
| | | } |
| | | |
| | | @GetMapping(value = "/selectBySign") |
| | | @ApiOperation(value = "签收统计信息表", notes = "签收统计信息表") |
| | | public Result<IPage<OrderStatusCount>> signCounts(OrderStatusCount orderStatusCount,QueryRequest queryRequest) { |
| | | if(orderStatusCount.getSendDateStart()!=null){ |
| | | orderStatusCount.setSendDateStart(orderStatusCount.getSendDateStart() + " 00:00:00"); |
| | |
| | | } |
| | | |
| | | @GetMapping(value = "/selectBySignNew") |
| | | @ApiOperation(value = "签收统计信息表1", notes = "签收统计信息表1") |
| | | @PermitAll |
| | | public Result<IPage<OrderStatusCount>> signCountsNew(OrderStatusCount orderStatusCount,QueryRequest queryRequest) { |
| | | if(orderStatusCount.getSendDateStart()!=null){ |