| src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml | ●●●●● 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>