From 4647be24b04e5b1a5ece2aecadcf43afb8cd6eb6 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 03 九月 2025 09:33:52 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/LocDetlMapper.xml |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index 7eb27ab..42dec5e 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -224,6 +224,12 @@
         <if test="supp != null and supp != ''">
             and a.supp = #{supp}
         </if>
+        <if test="temp1 != null and temp1 != ''">
+            and a.temp1 = #{temp1}
+        </if>
+        <if test="temp2 != null and temp2 != ''">
+            and a.temp2 = #{temp2}
+        </if>
         <if test="batch != null and batch != ''">
             and a.batch = #{batch}
         </if>
@@ -420,6 +426,12 @@
         <if test="supp != null and supp != ''">
             and a.supp = #{supp}
         </if>
+        <if test="temp1 != null and temp1 != ''">
+            and a.temp1 = #{temp1}
+        </if>
+        <if test="temp2 != null and temp2 != ''">
+            and a.temp2 = #{temp2}
+        </if>
         <if test="batch != null and batch != ''">
             and a.batch = #{batch}
         </if>
@@ -512,6 +524,12 @@
         <if test="supp != null and supp != ''">
             and a.supp = #{supp}
         </if>
+        <if test="temp1 != null and temp1 != ''">
+            and a.temp1 = #{temp1}
+        </if>
+        <if test="temp2 != null and temp2 != ''">
+            and a.temp2 = #{temp2}
+        </if>
         <if test="batch != null and batch != ''">
             and a.batch = #{batch}
         </if>
@@ -603,6 +621,12 @@
         <if test="supp != null and supp != ''">
             and a.supp = #{supp}
         </if>
+        <if test="temp1 != null and temp1 != ''">
+            and a.temp1 = #{temp1}
+        </if>
+        <if test="temp2 != null and temp2 != ''">
+            and a.temp2 = #{temp2}
+        </if>
         <if test="batch != null and batch != ''">
             and a.batch = #{batch}
         </if>

--
Gitblit v1.9.1