#
luxiaotao1123
2021-04-23 4d76ec2cc1cbbf9f192d532922c2d0a05900f510
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>