From fa5bd277be16d1e727c2d5a7a74cbf3626b0985d Mon Sep 17 00:00:00 2001 From: syruan <321359594@qq.com> Date: Thu, 14 Nov 2024 14:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E9=A5=B0=E5=AE=A1=E6=A0=B8--=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E5=86=97=E4=BD=99=E4=BB=A3=E7=A0=81=E3=80=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9SQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/RepairAuditDetailsController.java | 12 +----------- .../material/repair/RepairAuditDetailsMapper.xml | 4 ++-- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/bonus-modules/bonus-material/src/main/java/com/bonus/material/repair/controller/RepairAuditDetailsController.java b/bonus-modules/bonus-material/src/main/java/com/bonus/material/repair/controller/RepairAuditDetailsController.java index c7c9a8d8..4f517653 100644 --- a/bonus-modules/bonus-material/src/main/java/com/bonus/material/repair/controller/RepairAuditDetailsController.java +++ b/bonus-modules/bonus-material/src/main/java/com/bonus/material/repair/controller/RepairAuditDetailsController.java @@ -131,17 +131,7 @@ public class RepairAuditDetailsController extends BaseController { - - - - - - - - - - - //--------------------------------------------------------------------------------- + //--------------------TOP--COPY--------------------------BUTTON--GENDER--------------- /** diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/repair/RepairAuditDetailsMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/repair/RepairAuditDetailsMapper.xml index 3dcd2c0e..d047453d 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/repair/RepairAuditDetailsMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/repair/RepairAuditDetailsMapper.xml @@ -116,7 +116,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" AND (locate(#{keyword}, su.nick_name) > 0 or locate(#{keyword}, tk.CODE) > 0 or locate(#{keyword}, bui.unit_name) > 0 - or locate(#{keyword}, bpl.lot_name) > 0) + or locate(#{keyword}, bpl.pro_name) > 0) and bui.unit_id = #{backUnit} @@ -125,7 +125,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and tk.task_status = #{taskStatus} - and bpl.lot_id = #{backPro} + and bpl.pro_id = #{backPro} and mt1.type_id = #{type}