src/main/resources/mapper/OrderDetlMapper.xml @@ -264,4 +264,10 @@ </foreach> </update> <select id="selectByBrand" resultMap="BaseResultMap"> select * from man_order_detl where brand = #{brand} </select> </mapper>