产值及人员

This commit is contained in:
zt
2025-11-27 09:26:30 +08:00
parent f07db8c368
commit af90b0f879
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -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;
/**