src/main/resources/mapper/LocDetlMapper.xml
@@ -54,4 +54,8 @@ select * from man_loc_detl where 1=1 and node_id = #{nodeId} and matnr = #{matnr} </select> <select id="selectCountByMatnr" resultType="java.lang.Double"> select sum(anfme) as count from man_loc_detl where 1=1 and matnr = #{matnr} </select> </mapper>