@@ -63,7 +63,7 @@
</update>
<select id="findOrderByStatus" resultType="int">
- select <include refid="selectLotOrderSql"/> from lot_order_info where order_no=#{orderNo} and status=#{status}
+ select count(*) from lot_order_info where order_no=#{orderNo} and status=#{status}
</select>
<update id="updateOrderStatus">
update lot_order_info