src/main/resources/mapper/LocMastMapper.xml @@ -47,7 +47,7 @@ where row1=#{row} and loc_sts='O' <if test="locType1 != null"> and loc_type1 = #{locType1} and loc_type1 != 1 </if> order by lev1 asc,bay1 asc </select>