From cf55ebf52cb3fa96f1efced495c120dc0c4ecd7b Mon Sep 17 00:00:00 2001
From: shiyunteng <shiyunteng@example.com>
Date: 星期三, 09 四月 2025 10:06:04 +0800
Subject: [PATCH] 优化项优化 设备分类新增问题 库存列表状态字段  中标单按钮限制

---
 platformx-device-biz/src/main/java/com/by4cloud/platformx/device/mapper/DeviceMapper.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/platformx-device-biz/src/main/java/com/by4cloud/platformx/device/mapper/DeviceMapper.java b/platformx-device-biz/src/main/java/com/by4cloud/platformx/device/mapper/DeviceMapper.java
index 524c1fd..5c06f67 100644
--- a/platformx-device-biz/src/main/java/com/by4cloud/platformx/device/mapper/DeviceMapper.java
+++ b/platformx-device-biz/src/main/java/com/by4cloud/platformx/device/mapper/DeviceMapper.java
@@ -12,4 +12,8 @@
 
 
     List<Device> getDeviceSelectListByLedgerId(@Param("ledgerId") Long ledgerId);
+
+    List<Device> getDeviceListByContractId(@Param("contractId")Long contractId);
+
+    List<Device> getDropdownnByWinningId(@Param("id") Long id);
 }

--
Gitblit v1.9.1