Browse Source

- 表名调整;

Gizmo 1 year ago
parent
commit
5e7967a8ec

+ 1 - 1
warewms-base/src/main/resources/mapper/base/BaseLocationInfoMapper.xml

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