|
|
@@ -68,8 +68,8 @@ public class ApiBusinessDayBillController extends AbstractApiController {
|
|
|
* 导出商家日账单列表
|
|
|
*/
|
|
|
@ApiOperation("导出商家日账单列表")
|
|
|
- @PostMapping("/export")
|
|
|
- public void export(@Validated @RequestBody BusinessDayBillBo bo, HttpServletResponse response) {
|
|
|
+ @GetMapping("/export")
|
|
|
+ public void export(@Validated BusinessDayBillBo bo, HttpServletResponse response) {
|
|
|
if (ObjectUtil.isNull(bo.getBusinessId())) {
|
|
|
bo.setBusinessId(getBusinessByUserId(getUserId(true), true));
|
|
|
}
|