产值及人员
This commit is contained in:
@ -51,7 +51,7 @@ public class BusContactformtemplateController extends BaseController {
|
||||
/**
|
||||
* 查询联系单模板列表(不分页)
|
||||
*/
|
||||
@SaCheckPermission(value = {"cory:contactformtemplate:listNoPage", "cory:contactformtemplate:list"}, mode = SaMode.OR)
|
||||
//@SaCheckPermission(value = {"cory:contactformtemplate:listNoPage", "cory:contactformtemplate:list"}, mode = SaMode.OR)
|
||||
@GetMapping("/listNoPage")
|
||||
public R<List<BusContactformtemplateVo>> listNoPage(BusContactformtemplateBo bo) {
|
||||
return R.ok(busContactformtemplateService.queryList(bo));
|
||||
|
||||
@ -101,7 +101,7 @@ public class DesVolumeCatalogController extends BaseController {
|
||||
*
|
||||
* @param id 主键
|
||||
*/
|
||||
@SaCheckPermission("design:volumeCatalog:listFile")
|
||||
// @SaCheckPermission("design:volumeCatalog:listFile")
|
||||
@GetMapping("/listFileById/{id}")
|
||||
public R<List<DesVolumeFileVo>> listFileById(@NotNull(message = "主键不能为空")
|
||||
@PathVariable Long id) {
|
||||
|
||||
@ -72,7 +72,7 @@ public class SysUserVo implements Serializable {
|
||||
/**
|
||||
* 手机号码
|
||||
*/
|
||||
@Sensitive(strategy = SensitiveStrategy.PHONE, perms = "system:user:edit")
|
||||
@Sensitive(strategy = SensitiveStrategy.PHONE, perms = {"system:user:edit", "design:extract:add"})
|
||||
private String phonenumber;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user