src/main/resources/mapper/LocDetlMapper.xml @@ -313,5 +313,10 @@ batch LIKE '%[a-z]%' </select> <select id="selectLocDetlSumQty" resultType="double"> select SUM(qty) qty from asr_loc_detl where loc_no=#{locNo} </select> </mapper>