教育训练处考试制证系统后端
heheng
2025-01-26 9481869e7c7af0db99a9f3df119c4812f5cdbdae
exam-system/src/main/java/com/gkhy/exam/pay/controller/NonCoalPayController.java
@@ -20,7 +20,6 @@
import io.swagger.annotations.ApiImplicitParams;
import io.swagger.annotations.ApiOperation;
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.*;
import org.springframework.web.multipart.MultipartFile;
@@ -90,7 +89,7 @@
     * 新增非煤缴费管理
     */
    @PostMapping("/add")
    @PreAuthorize("@ss.hasPermi('noncoal:nonpay:add')")
    //@PreAuthorize("@ss.hasPermi('noncoal:nonpay:add')")
    @ApiOperation(value = "新增非煤缴费管理")
    public AjaxResult add(@Validated @RequestBody NonCoalPayReqDto nonCoalPay) {
        return toAjax(nonCoalPayService.insertNonCoalPay(nonCoalPay));