From 76e470b26081aa23bab72b3ca628c666e735f261 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期六, 16 五月 2026 10:58:36 +0800
Subject: [PATCH] feat(PurchaseLedgerTemplate) productId productModelId 以及对应db 数据类型修正为long 去接受PurchaseLedgerDto.productData 中的productId productModelId(long)
---
src/main/java/com/ruoyi/approve/controller/NotificationManagementController.java | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/main/java/com/ruoyi/approve/controller/NotificationManagementController.java b/src/main/java/com/ruoyi/approve/controller/NotificationManagementController.java
index e3ac566..a1796f8 100644
--- a/src/main/java/com/ruoyi/approve/controller/NotificationManagementController.java
+++ b/src/main/java/com/ruoyi/approve/controller/NotificationManagementController.java
@@ -19,11 +19,8 @@
@RequestMapping("/notificationManagement")
@AllArgsConstructor
public class NotificationManagementController {
- @Autowired
private NotificationManagementService notificationManagementService ;
- @Autowired
private OnlineMeetingMapper onlineMeetingMapper;
- @Autowired
private FileSharingMapper fileSharingMapper;
/**銆�
* 鑾峰彇鍒楄〃
--
Gitblit v1.9.3