|
|
@@ -454,7 +454,7 @@ select
|
|
|
</select>
|
|
|
<select id="checkOderNo" resultType="java.lang.Integer">
|
|
|
select count(*) from new_order_change
|
|
|
- where status in (0,1,2,3) and order_no= #{orderNo}
|
|
|
+ where order_no= #{orderNo} and status in (0,1,2,3,5,6)
|
|
|
</select>
|
|
|
<select id="selectOrderChangeList" resultType="com.goafanti.order.bo.NewOderCahngeListBo">
|
|
|
select a.id,a.order_no orderNo,b.contract_no contractNo, date_format(a.create_time,'%Y-%m-%d %H:%i:%S')createTimes,c.nickname,b.order_type orderType,
|