lin
2024-04-09 5ddf5e221d718bc253fb87b8092b7e2ff08788f5
src/main/java/org/springblade/modules/task/mapper/TaskResidencePermitApplyMapper.xml
@@ -107,6 +107,7 @@
        <where>
            and jtrpa.is_deleted = 0
            <if test="neiCode != null  and neiCode != ''"> and jg.community_code = #{neiCode}</if>
            <if test="status != null  and status != ''"> and jtrpa.confirm_flag = #{status}</if>
           <if test="isAdministrator==2">
<!--                <if test="residen.roleType ==null ">-->