#
luxiaotao1123
2021-03-01 e4d8eb6129a78decbca64da52a97127cf05408f4
src/main/resources/mapper/LocDetlMapper.xml
@@ -50,4 +50,8 @@
        ORDER BY mld.create_time DESC
    </select>
    <select id="selectByLocNoAndMatnr" resultMap="BaseResultMap">
        select * from man_loc_detl where 1=1 and node_id = #{nodeId} and matnr = #{matnr}
    </select>
</mapper>