From 93500b7ebdf9e1257e62a434fbd3be1d1cdb2bef Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期二, 10 六月 2025 17:43:53 +0800
Subject: [PATCH] 表阀一体机协议84 85功能码解析类增加测试用main方法
---
pipIrr-platform/pipIrr-global/src/main/resources/mapper/IrGroupClientMapper.xml | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/IrGroupClientMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/IrGroupClientMapper.xml
index 992f079..e4053cd 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/IrGroupClientMapper.xml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/IrGroupClientMapper.xml
@@ -105,28 +105,4 @@
where id = #{id,jdbcType=BIGINT}
</update>
- <!--鏍规嵁鍐滄埛缂栧彿鑾峰彇杞亴缁勬暟閲�-->
- <select id="getGroupCountByClientId" resultType="java.lang.Long">
- SELECT
- count(*)
- FROM ir_irrigate_group grp
- INNER JOIN ir_group_client gc ON gc.group_id = grp.id
- WHERE grp.deleted = 0 AND gc.client_id = #{clientId}
- </select>
-
- <!--鏍规嵁鍐滄埛缂栧彿鑾峰彇杞亴缁勫垪琛�-->
- <select id="getGroupsByClientId" resultType="com.dy.pipIrrGlobal.voIr.VoGroupSimple">
- SELECT
- grp.id AS groupId,
- grp.group_code AS groupCode
- FROM ir_irrigate_group grp
- INNER JOIN ir_group_client gc ON gc.group_id = grp.id
- WHERE grp.deleted = 0 AND gc.client_id = #{clientId}
- ORDER BY grp.group_code
- <trim prefix="limit ">
- <if test="start != null and count != null">
- #{start,javaType=Integer,jdbcType=INTEGER}, #{count,javaType=Integer,jdbcType=INTEGER}
- </if>
- </trim>
- </select>
</mapper>
\ No newline at end of file
--
Gitblit v1.8.0