luxiaotao1123
2021-04-26 e3bb506579f395c5dbca3d9f0e1e10a18170240f
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>