src/main/resources/mapper/LocMastMapper.xml
@@ -70,7 +70,7 @@ from asr_loc_mast where row1=#{row} and loc_sts='O' <if test="locType2 != null and locType != 0"> <if test="locType2 != null and locType2 != 0"> and loc_type2 = #{locType2} </if> <if test="locType1 != null"> @@ -79,7 +79,7 @@ order by lev1 asc,bay1 asc </select> <select id="queryFreeLocMastCount" resultMap="BaseResultMap"> <select id="queryFreeLocMastCount" resultType="int"> select count(1) from asr_loc_mast where row1=#{row}