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">