@@ -568,7 +568,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<select id="laneCheck" resultMap="BaseLocationInfoResult">
- select b.* from wcs_task w left join bas_location_info b
+ select b.* from wcs_task w left join base_location_info b
<if test="laneType == 'LANE_FROM'">
on w.location_from = b.id where w.state in (0,1,3,10,13)
</if>