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