洪城义警-正式版后台
zhongrj
2023-08-04 8ec364949c81cf421cc98d3bbad6848ab032e14e
src/main/java/org/springblade/modules/taskqd/mapper/TaskqdMapper.xml
@@ -232,13 +232,13 @@
        <if test="task.tasktype!=null and task.tasktype!=''">
            and st.tasktype = #{task.tasktype}
        </if>
        <if test="task.rtype!=null and task.rtype!=''">
        <if test="task.rtype!=null and task.rtype!='' and task.rtype!='undefined'">
            and st.rtype = #{task.rtype}
        </if>
        <if test="task.rname!=null and task.rname!=''">
        <if test="task.rname!=null and task.rname!='' and task.rname!='undefined'">
            and st.rname like concat('%',#{task.rname},'%')
        </if>
        <if test="task.jurisdiction!=null and task.jurisdiction!=''">
        <if test="task.jurisdiction!=null and task.jurisdiction!='' and task.jurisdiction!='undefined'">
            and st.jurisdiction = #{task.jurisdiction}
        </if>
    </select>