src/main/resources/mapper/WaitPakinMapper.xml @@ -27,4 +27,8 @@ </resultMap> <select id="selectByBarcode" resultMap="BaseResultMap"> select * from cust_wait_pakin where zpallet = #{barcode} </select> </mapper>