@ -119,7 +119,7 @@ public class ${ClassName}Controller extends BaseController {
* 下拉框查询${functionName}列表
*/
#* @SaCheckPermission("${permissionPrefix}:list")*#
@GetMapping("get${ClassName}List")
@GetMapping("/get${ClassName}List")
public R<List<${ClassName}Vo>> get${ClassName}List(${ClassName}Bo bo) {
List<${ClassName}Vo> list = ${className}Service.queryList(bo);
return R.ok(list);