lin
2024-03-19 2fd0b91f496262fff537b2f3188751950d8ad039
代码回滚
1 files modified
1 ■■■■ changed files
src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml 1 ●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
@@ -833,6 +833,7 @@
                        <if test="house.roleName=='wgy'">
                            <choose>
                                <when test="gridCodeList !=null and gridCodeList.size()>0">
                                    and jh.grid_code in
                                    <foreach collection="gridCodeList" item="code" open="(" close=")" separator=",">
                                        #{code}
                                    </foreach>