From 8ec3710c2b8db6edf8cdc5acf9a5692505f2d2dc Mon Sep 17 00:00:00 2001 From: mashuai Date: Thu, 31 Jul 2025 18:59:04 +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/back/BackApplyInfoMapper.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/back/BackApplyInfoMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/back/BackApplyInfoMapper.xml index 25caa2f8..cbefe7b8 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/back/BackApplyInfoMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/back/BackApplyInfoMapper.xml @@ -451,12 +451,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" WHERE sai.`status`=0 and mm.qr_code = #{qrCode} and mtr.user_id = #{userId} - - AND ba.unit_id = #{unitId} - - - AND ba.project_id = #{proId} - AND ba.unit_id = #{unitId}