zhangnaisong
2024-07-04 4b8bdee03a2469a0260611f4f06d26ef16c5383c
ard-work/src/main/resources/mapper/sy/ArdTankWallMapper.xml
@@ -20,6 +20,7 @@
            <if test="wallName != null  and wallName != ''"> and wall_name like '%'||#{wallName}||'%'</if>
            <if test="wallPoi != null  and wallPoi != ''"> and wall_poi = #{wallPoi}</if>
        </where>
        order by wall_name
    </select>
    
    <select id="selectArdTankWallById" parameterType="String" resultMap="ArdTankWallResult">