Merge remote-tracking branch 'origin/main'

main
wanglei 2 months ago
commit b7e05f87f4

@ -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