|
@@ -10,6 +10,7 @@ import com.ruoyi.common.utils.poi.ExcelUtil;
|
|
|
import com.ruoyi.system.domain.CpsUsrApply;
|
|
|
import com.ruoyi.system.service.ICpsUsrApplyService;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.security.access.prepost.PreAuthorize;
|
|
|
import org.springframework.web.bind.annotation.DeleteMapping;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.PathVariable;
|
|
@@ -39,6 +40,7 @@ public class CpsUsrApplyController extends BaseController
|
|
|
* 查询cps_usr_apply与会申请列表
|
|
|
*/
|
|
|
@GetMapping("/list")
|
|
|
+ @PreAuthorize("@ss.hasPermi('cp:apply:index')")
|
|
|
public TableDataInfo list(CpsUsrApply cpsUsrApply)
|
|
|
{
|
|
|
startPage();
|