src/main/resources/mapper/OrderDetlMapper.xml
@@ -98,6 +98,11 @@ and qty < anfme </select> <select id="loadQuantity" resultMap="BaseResultMap"> select order_id,order_no,model,maktx,anfme,qty from man_order_detl where order_no = #{orderNo} </select> <sql id="pakOutPageCondition"> <if test="order_id!=null and order_id!='' "> and mod.order_id like '%' + #{order_id} + '%'