From bf7f18b252078aa07b7df4a2b51a36e320663730 Mon Sep 17 00:00:00 2001
From: yxFwq <1>
Date: 星期四, 18 七月 2024 19:00:46 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/WrkMastExecuteMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/WrkMastExecuteMapper.xml b/src/main/resources/mapper/WrkMastExecuteMapper.xml
index 6ccba31..46961cd 100644
--- a/src/main/resources/mapper/WrkMastExecuteMapper.xml
+++ b/src/main/resources/mapper/WrkMastExecuteMapper.xml
@@ -101,6 +101,9 @@
<if test="wrkSts != null">
and wrk_sts = #{wrkSts}
</if>
+ <if test="jarRegin != null">
+ and jar_regin = #{jarRegin}
+ </if>
</select>
<select id="selectWrkMastExecuteByWrk" resultMap="BaseResultMap">
--
Gitblit v1.9.1