青羊经侦大队-数据平台
wl
2022-07-15 0638d535570f43ba21ff07113dcf1ea154f53ee8
src/main/java/com/example/jz/controller/AnnouncementController.java
@@ -6,6 +6,7 @@
import com.example.jz.modle.entity.Announcement;
import com.example.jz.modle.R;
import com.example.jz.service.AnnouncementService;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
@@ -83,4 +84,3 @@
        return R.ok(this.announcementService.removeByIds(idList));
    }
}