From b6defdc0caf971dcaef9b6245801c6522a31c8a0 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期三, 09 八月 2023 12:47:07 +0800 Subject: [PATCH] # --- src/main/resources/mapper/TaskWrkMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/TaskWrkMapper.xml b/src/main/resources/mapper/TaskWrkMapper.xml index f798daa..a64e530 100644 --- a/src/main/resources/mapper/TaskWrkMapper.xml +++ b/src/main/resources/mapper/TaskWrkMapper.xml @@ -42,7 +42,7 @@ where wrk_sts=2 and crn_no=#{crnNo} and wrk_no=#{workNo} - and start_oint=#{startPoint} + and start_point=#{startPoint} and io_type=1 order by io_pri desc,create_time,wrk_no ASC </select> -- Gitblit v1.9.1