From 2c6547f5ec534d645789c9b68d32fdc865cd0451 Mon Sep 17 00:00:00 2001 From: jiangpeng Date: Tue, 21 Jul 2026 20:31:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=AE=A1=E6=89=B9=E5=8D=95?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E4=B8=8D=E9=99=90=E5=88=B6=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-sip/src/main/resources/mapper/flow/TodoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-sip/src/main/resources/mapper/flow/TodoMapper.xml b/ruoyi-sip/src/main/resources/mapper/flow/TodoMapper.xml index 4e7a48da..6f557648 100644 --- a/ruoyi-sip/src/main/resources/mapper/flow/TodoMapper.xml +++ b/ruoyi-sip/src/main/resources/mapper/flow/TodoMapper.xml @@ -155,7 +155,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and process_name like concat('%', #{processName}, '%') and task_name like concat('%', #{taskName}, '%') and approve_user_name = #{approveUserName} - and approve_user = #{approveUser} + and approve_user = #{approveUser} and apply_user_name like concat('%', #{applyUserName}, '%') and apply_time like concat(date_format(#{applyTime},'%y-%m-%d'),'%') and extend_field1 like concat('%',#{extendField1},'%')