#
luxiaotao1123
2021-03-02 2b38e9c64ce9d6b6b054d1540ccd53a9d1bba30a
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>