From 2929692585407909e95676b0651a9310bb228f48 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期二, 08 七月 2025 14:59:32 +0800 Subject: [PATCH] 前端系统开发部署后,结合真实设备数据,进行测试,修改发现的bug. --- pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrIntakeControllerMapper.java | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrIntakeControllerMapper.java b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrIntakeControllerMapper.java index bf71fdc..d3a4f83 100644 --- a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrIntakeControllerMapper.java +++ b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrIntakeControllerMapper.java @@ -52,4 +52,18 @@ * @return 鍙栨按鍙d笌鎺у埗鍣ㄧ粦瀹氬垪琛� */ List<Map<String, Object>> getBindsByControllerId(@Param("controllerId") Long controllerId); + + /** + * 淇敼缁戝畾璁板綍閫氳繃鍙栨按鍙� + * @param record + * @return + */ + int updateByIntakeSelective(PrIntakeController record); + + /** + * 鏍规嵁鍙栨按鍙D鑾峰彇鍙栨按鍙e悕绉� + * @param intakeId + * @return + */ + String getIntakeNameById(@Param("intakeId") Long intakeId); } \ No newline at end of file -- Gitblit v1.8.0