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