产值及人员
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")
|
@GetMapping("/listNoPage")
|
||||||
public R<List<BusContactformtemplateVo>> listNoPage(BusContactformtemplateBo bo) {
|
public R<List<BusContactformtemplateVo>> listNoPage(BusContactformtemplateBo bo) {
|
||||||
return R.ok(busContactformtemplateService.queryList(bo));
|
return R.ok(busContactformtemplateService.queryList(bo));
|
||||||
|
|||||||
@ -101,7 +101,7 @@ public class DesVolumeCatalogController extends BaseController {
|
|||||||
*
|
*
|
||||||
* @param id 主键
|
* @param id 主键
|
||||||
*/
|
*/
|
||||||
@SaCheckPermission("design:volumeCatalog:listFile")
|
// @SaCheckPermission("design:volumeCatalog:listFile")
|
||||||
@GetMapping("/listFileById/{id}")
|
@GetMapping("/listFileById/{id}")
|
||||||
public R<List<DesVolumeFileVo>> listFileById(@NotNull(message = "主键不能为空")
|
public R<List<DesVolumeFileVo>> listFileById(@NotNull(message = "主键不能为空")
|
||||||
@PathVariable Long id) {
|
@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;
|
private String phonenumber;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user