duhongyu il y a 1 mois
Parent
commit
aaf7353ac7

+ 1 - 1
smart-steward-api/src/main/java/com/smartSteward/web/controller/gas/GasStationController.java

@@ -49,7 +49,7 @@ public class GasStationController extends BaseController
49 49
     }
50 50
 
51 51
 
52
-    @ApiOperation("导出$油站列表")
52
+    @ApiOperation("导出油站列表")
53 53
     @PreAuthorize("@ss.hasPermi('gasStation:station:export')")
54 54
     @Log(title = "油站", businessType = BusinessType.EXPORT)
55 55
     @PostMapping("/export")

+ 1 - 1
smart-steward-api/src/main/resources/vm/java/controller.java.vm

@@ -60,7 +60,7 @@ public class ${ClassName}Controller extends BaseController
60 60
 #end
61 61
 
62 62
 
63
-    @ApiOperation("导出$${functionName}列表")
63
+    @ApiOperation("导出${functionName}列表")
64 64
     @PreAuthorize("@ss.hasPermi('${permissionPrefix}:export')")
65 65
     @Log(title = "${functionName}", businessType = BusinessType.EXPORT)
66 66
     @PostMapping("/export")