洪城义警-正式版后台
zengh
2022-02-22 6d1c495c50d6e1ed6044ed28be3f76e7d536b77a
src/main/java/org/springblade/modules/taskqd/mapper/TaskqdMapper.xml
@@ -38,6 +38,11 @@
        </if>
        where id = #{id}
    </update>
    <update id="updateRtype">
        update sys_taskqd
        SET rtype=#{type}
        where id = #{rid}
    </update>
    <!--日常任务列表-->
@@ -62,7 +67,7 @@
            serid=#{serid} GROUP BY hdid,serid) B ON A.id=B.hdid
        </if>
        <if test="type==1">
            <if test="jurisdiction!=null and jurisdiction!='' and jurisdiction!='1372091709474910209'">
            <if test="jurisdiction!='1372091709474910209'">
                and !find_in_set(#{serid}
                , serid) and (j.id =#{jurisdiction} or
                j.parent_id = #{jurisdiction})