|
@@ -129,6 +129,7 @@ public class AccountantReimbursementUserController {
|
|
|
* @return
|
|
|
*/
|
|
|
@ApiLog("初始化部门人员报销数据信息(当年)")
|
|
|
+ @PreAuthorize("hasAnyAuthority('accountant:reimbursementUser:add')")
|
|
|
@PostMapping("initialize")
|
|
|
public ResponseEntity initialize() {
|
|
|
Map<String, Object> result = service.initialize("兴光会计");
|