From e7d8e2c64facfa261e8b168b84e81ef6c835f57d Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期三, 03 九月 2025 09:25:19 +0800
Subject: [PATCH] 许可证到期提醒,系统30分钟无操作下线账号

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

diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index 1ea5ec3..f23abf1 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -365,6 +365,22 @@
         <if test="batch != null and batch != ''">
             and a.batch = #{batch}
         </if>
+        <if test="outOrderNo != null and outOrderNo != ''">
+            and a.out_order_no = #{outOrderNo}
+        </if>
+        <if test="temp2 != null and temp2 != ''">
+            and a.temp2 = #{temp2}
+        </if>
+        <if test="proType != null and proType != ''">
+            and a.pro_type = #{proType}
+        </if>
+        <if test="model != null and model != ''">
+            and a.model = #{model}
+        </if>
+        <if test="luHao != null and luHao != ''">
+            and a.lu_hao = #{luHao}
+        </if>
+
         <!--        <choose>-->
         <!--            <when test="batch != null and batch != ''">-->
         <!--                and batch = #{batch}-->

--
Gitblit v1.9.1