楼宇管理bug修改。

This commit is contained in:
Renpc-kilig 2021-10-13 17:40:01 +08:00
parent cf8cb15921
commit 017419e79a

View File

@ -140,6 +140,7 @@
<if test="buildingName != null and buildingName != ''"> <if test="buildingName != null and buildingName != ''">
AND AND
t1.building_name = #{buildingName} t1.building_name = #{buildingName}
LIMIT 0, 1
</if> </if>
</select> </select>