瀏覽代碼

武汉批次报销权限更改

user5 2 年之前
父節點
當前提交
b45058e452

+ 1 - 1
jeeplus-module/jeeplus-test/src/main/java/com/jeeplus/test/reimbursementsys/controller/WuHanReimbursementSysController.java

@@ -281,7 +281,7 @@ public class WuHanReimbursementSysController {
      */
     @DemoMode
     @ApiLog("批次报销")
-    @PreAuthorize("hasAuthority('project:reimbursement:addBatchReimbursement')")
+    @PreAuthorize("hasAuthority('wuHanReimbursement:addBatchReimbursement')")
     @PutMapping("addBatchReimbursement")
     public ResponseEntity addBatchReimbursement(String[] invoiceNumbers) {
         ArrayList<String> invoiceIdList = Lists.newArrayList(invoiceNumbers);