|
@@ -23,7 +23,6 @@ import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.security.access.prepost.PreAuthorize;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
@@ -219,7 +218,6 @@ public class OrdersController extends BaseController {
|
|
|
* 导出订单费用结算列表
|
|
|
*/
|
|
|
@ApiOperation("导出订单费用结算列表")
|
|
|
- @PreAuthorize("@ss.hasPermi('core:orderSettlementApplication:export')")
|
|
|
@Log(title = "订单费用结算申请", businessType = BusinessType.EXPORT)
|
|
|
@PostMapping("/settlementOrderList/export")
|
|
|
public void export(HttpServletResponse response, SettlementOrderListDTO settlementOrderListDTO)
|