src/main/resources/mapper/LocDetlMapper.xml
@@ -206,7 +206,7 @@ </select> <select id="getStockByDocType34" resultType="java.lang.Double"> select ISNULL(count(anfme),0) as anfme from man_loc_detl where matnr = #{matnr} select ISNULL(sum(anfme),0) as anfme from man_loc_detl where matnr = #{matnr} -- and doc_id = 34 </select>