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>