Commit aca28b3e authored by hezhen's avatar hezhen

Merge branch 'master-chw' into dev-chw

parents 3e13894a 50685b82
......@@ -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