Commit 232491e0 authored by hezhen's avatar hezhen

添加违章

parent bb03535b
......@@ -73,6 +73,9 @@ public class WaterMQHandler {
case ORDER_CANCEL:
orderWaterDTO.setStatus(2);
break;
case ORDER_TRAFFIC_DEPOSIT:
orderWaterDTO.setStatus(3);
break;
default:
break;
}
......
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