Commit 4265926d authored by fangxinjiang's avatar fangxinjiang

导出添加日志

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