From c26e8cfaf7a268516e5ec73f8b55c44641e21777 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期一, 24 七月 2023 16:30:44 +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 8e793e4..765e154 100644 --- a/src/main/resources/mapper/WrkMastMapper.xml +++ b/src/main/resources/mapper/WrkMastMapper.xml @@ -141,7 +141,7 @@ <select id="selectBy2125" resultMap="BaseResultMap"> select * from dbo.asr_wrk_mast where wrk_sts in (21,25) - and io_type in (101,103) + and io_type in (101,103,110) order by io_pri desc,wrk_sts desc </select> -- Gitblit v1.9.1