洪城义警-正式版后台
zengh
2022-02-21 4e0627d6a9b1b3322c7537621e96317509e59184
问题修复
1 files modified
2 ■■■ changed files
src/main/java/org/springblade/modules/taskqd/mapper/TaskqdMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/taskqd/mapper/TaskqdMapper.xml
@@ -67,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})