src/main/resources/mapper/OrderDetlMapper.xml
@@ -40,4 +40,11 @@ </if> </select> <select id="selectWorkingDetls" resultMap="BaseResultMap"> select * from man_order_detl where 1=1 and order_id = #{orderId} and qty < anfme </select> </mapper>