Commit 50685b82 authored by hezhen's avatar hezhen

123

parent ffd4e1a9
...@@ -506,6 +506,11 @@ public class VehiclePublishReceiveBiz extends BaseBiz<VehiclePublishReceiveMappe ...@@ -506,6 +506,11 @@ public class VehiclePublishReceiveBiz extends BaseBiz<VehiclePublishReceiveMappe
} }
public void canelReceiveOrder(String orderNo){
}
} }
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
<if test="orderNo != null and orderNo != '' "> <if test="orderNo != null and orderNo != '' ">
AND r.receive_order_no= #{orderNo} AND r.receive_order_no= #{orderNo}
</if> </if>
<if test="status != null ' "> <if test="status != null ">
<choose> <choose>
<when test=" status == 2"> <when test=" status == 2">
AND r.status not in (0,1,4) AND r.status not in (0,1,4)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment