| src/main/java/org/springblade/modules/task/mapper/TaskReportForRepairsMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/java/org/springblade/modules/task/mapper/TaskReportForRepairsMapper.xml
@@ -273,10 +273,10 @@ LEFT JOIN jczz_doorplate_address jda ON jda.address_code = jtrfr.address_code WHERE is_deleted = 0 <if test="userId != null"> and create_user = #{userId} and jtrfr.create_user = #{userId} </if> <if test="houseCode != null and houseCode != ''"> and address_code = #{houseCode} and jtrfr.address_code = #{houseCode} </if> <if test="isAdministrator==2"> <choose>