Commit 380bfa03 authored by lining's avatar lining

fix: 服务中

parent 534c0866
...@@ -148,7 +148,7 @@ public class UserService extends AbstractMapper<User> { ...@@ -148,7 +148,7 @@ public class UserService extends AbstractMapper<User> {
new UserOrderInfoVO("待支付", numMap.get("pay"), 1), new UserOrderInfoVO("待支付", numMap.get("pay"), 1),
new UserOrderInfoVO("待受理", numMap.get("handle"), 3), new UserOrderInfoVO("待受理", numMap.get("handle"), 3),
new UserOrderInfoVO("待派单", numMap.get("dispatch"), 4), new UserOrderInfoVO("待派单", numMap.get("dispatch"), 4),
new UserOrderInfoVO("已完成", numMap.get("finished"), 6) new UserOrderInfoVO("服务中", numMap.get("service"), 5)
)); ));
return vo; return vo;
} }
......
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