From 843adafd2eb2934e26a935e2de2b57a9e577d29a Mon Sep 17 00:00:00 2001
From: lsh <lsh123456>
Date: 星期四, 27 六月 2024 13:16:43 +0800
Subject: [PATCH] #

---
 src/main/resources/mapper/WrkMastExecuteMapper.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/mapper/WrkMastExecuteMapper.xml b/src/main/resources/mapper/WrkMastExecuteMapper.xml
index 67ce9cc..3eb6f4e 100644
--- a/src/main/resources/mapper/WrkMastExecuteMapper.xml
+++ b/src/main/resources/mapper/WrkMastExecuteMapper.xml
@@ -33,8 +33,8 @@
         <if test="ioType != null">
             and io_type = #{ioType}
         </if>
-        <if test="wrkType != null">
-            and wrk_type = #{wrkType}
+        <if test="wrkSts != null">
+            and wrk_sts = #{wrkSts}
         </if>
         <if test="steNo != null">
             and ste_id = #{steNo}
@@ -84,8 +84,8 @@
         <if test="ioType != null">
             and io_type = #{ioType}
         </if>
-        <if test="wrkType != null">
-            and wrk_type = #{wrkType}
+        <if test="wrkSts != null">
+            and wrk_sts = #{wrkSts}
         </if>
     </select>
 

--
Gitblit v1.9.1