Commit ca3df0dd authored by 周健威's avatar 周健威

Merge remote-tracking branch 'origin/dev-chw' into dev-chw

parents dc41296e 232491e0
......@@ -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