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},'%')