|
|
|
|
@ -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")
|
|
|
|
|
public TableDataInfo list(KhVoteRecard khVoteRecard)
|
|
|
|
|
{
|
|
|
|
|
|