From cb511f2be8a0a2479cd9c28244dac031823652b0 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期二, 22 四月 2025 09:11:15 +0800 Subject: [PATCH] # --- src/main/resources/mapper/WrkMastMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/WrkMastMapper.xml b/src/main/resources/mapper/WrkMastMapper.xml index 60065a7..727c376 100644 --- a/src/main/resources/mapper/WrkMastMapper.xml +++ b/src/main/resources/mapper/WrkMastMapper.xml @@ -97,7 +97,7 @@ <select id="selectLiftWrkMast" resultMap="BaseResultMap"> select * from asr_wrk_mast where lift_no = #{liftNo} - and wrk_sts in (3,4,104,105,301,302,303,304,305,306,307,308,309) + and wrk_sts not in (9,10,109,110,210,311,410) limit 0,1 </select> -- Gitblit v1.9.1