Commit 50685b82 authored by hezhen's avatar hezhen

123

parent ffd4e1a9
......@@ -506,6 +506,11 @@ public class VehiclePublishReceiveBiz extends BaseBiz<VehiclePublishReceiveMappe
}
public void canelReceiveOrder(String orderNo){
}
}
......@@ -119,7 +119,7 @@
<if test="orderNo != null and orderNo != '' ">
AND r.receive_order_no= #{orderNo}
</if>
<if test="status != null ' ">
<if test="status != null ">
<choose>
<when test=" status == 2">
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