打印日志

This commit is contained in:
Guoqs
2025-03-25 11:57:45 +08:00
parent b7a5870afa
commit 72604e8713
2 changed files with 3 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ public class PileBillingTemplateController extends BaseController {
* http://localhost:8080/billing/template/createPreferentialBillingTemplate
*/
@PreAuthorize("@ss.hasPermi('billing:template:edit')")
@Log(title = "计费模板", businessType = BusinessType.INSERT)
@PostMapping("/createPreferentialBillingTemplate")
public AjaxResult createPreferentialBillingTemplate(@RequestBody CreateOrUpdateBillingTemplateDTO pileBillingTemplate) {
return toAjax(pileBillingTemplateService.createPreferentialBillingTemplate(pileBillingTemplate));