Commit 201eeeb2 authored by 耿迪迪's avatar 耿迪迪
parents 754e7090 b8ff1754
......@@ -85,7 +85,7 @@ public class SysNoticeController extends BaseController
/**
* 修改通知公告
*/
@PreAuthorize("@ss.hasPermi('system:notice:edit')")
// @PreAuthorize("@ss.hasPermi('system:notice:edit')")
@Log(title = "通知公告", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@Validated @RequestBody SysNotice notice)
......
......@@ -52,7 +52,7 @@ public class TTransactionProject extends BaseEntity
private BigDecimal price;
/** 部门 */
@Excel(name = "部门:103泽宏云研发部,104泽宏云技术部,105泽宏云销售部,200核算部,201综合管理部,202销售服务部")
@Excel(name = "部门编号")
private Long deptId;
@Excel(name = "单位")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment