From 87db4fd86c8d1053c2203ea923e239a2c9d7fa79 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期五, 10 十一月 2023 15:23:37 +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 1812fb2..761b714 100644 --- a/src/main/resources/mapper/WrkMastMapper.xml +++ b/src/main/resources/mapper/WrkMastMapper.xml @@ -122,7 +122,7 @@ from dbo.asr_wrk_mast where 1=1 and wrk_sts = 4 - and io_type in (1,10,53) + and io_type in (1,10,53,57) order by io_pri desc,wrk_sts desc </select> -- Gitblit v1.9.1