|
@@ -63,7 +63,7 @@
|
|
|
</update>
|
|
</update>
|
|
|
|
|
|
|
|
<select id="findOrderByStatus" resultType="int">
|
|
<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>
|
|
</select>
|
|
|
<update id="updateOrderStatus">
|
|
<update id="updateOrderStatus">
|
|
|
update lot_order_info
|
|
update lot_order_info
|