From 06a6f2787c4d1443a915c50508f307e3d8153622 Mon Sep 17 00:00:00 2001 From: mashuai Date: Fri, 17 Oct 2025 14:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/material/lease/LeaseApplyInfoMapper.xml | 3 +++ .../src/main/resources/mapper/material/task/TmTaskMapper.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyInfoMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyInfoMapper.xml index 871f92c4..b795277f 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyInfoMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseApplyInfoMapper.xml @@ -279,6 +279,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" select task_id from lease_apply_info where id = #{parentId} + LIMIT 1 @@ -890,12 +891,14 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" bm_agreement_info WHERE unit_id = #{leaseUnitId} + LIMIT 1