Commit 4265926d authored by fangxinjiang's avatar fangxinjiang

导出添加日志

parent 23a78aa8
...@@ -9,7 +9,7 @@ spring: ...@@ -9,7 +9,7 @@ spring:
matching-strategy: ant_path_matcher matching-strategy: ant_path_matcher
redis: redis:
host: 127.0.0.1 host: 127.0.0.1
password: '@yf_2017' password: "@yf_2017"
cloud: cloud:
sentinel: sentinel:
eager: true eager: true
......
...@@ -319,6 +319,7 @@ public class TPaymentInfoController { ...@@ -319,6 +319,7 @@ public class TPaymentInfoController {
* @author huyc * @author huyc
* @date 2022-10-31 * @date 2022-10-31
**/ **/
@SysLog("缴费库合并导出")
@Operation(description = "合并导出缴费库 hasPermission('social_tpaymentinfo_export')") @Operation(description = "合并导出缴费库 hasPermission('social_tpaymentinfo_export')")
@PostMapping("/sumExport") @PostMapping("/sumExport")
@PreAuthorize("@pms.hasPermission('social_tpaymentinfo_export')") @PreAuthorize("@pms.hasPermission('social_tpaymentinfo_export')")
......
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