去掉评分记录list列表权限

main 49
hshansha 2 months ago
parent 843be67343
commit afd98719e6

@ -37,7 +37,8 @@ public class KhVoteRecardController extends BaseController
/** /**
* *
*/ */
@PreAuthorize("@ss.hasPermi('kaohe:vote_recard:list')") //暂时去掉权限,去评分时 查询某一个账号是否已经评过分,不允许重复评分 时会调用该接口
// @PreAuthorize("@ss.hasPermi('kaohe:vote_recard:list')")
@GetMapping("/list") @GetMapping("/list")
public TableDataInfo list(KhVoteRecard khVoteRecard) public TableDataInfo list(KhVoteRecard khVoteRecard)
{ {

Loading…
Cancel
Save