Commit c33d5374 by wangli

修改

1 parent d87f5566
......@@ -95,6 +95,10 @@ public class OrderAssignImpl implements OrderAssign {
throw new BusinessException("订单不存在");
}
if (!order.getAppointmentStatus().equals("NOT_ASSIGNED")) {
throw new BusinessException("订单已指派成功,不必重新指派");
}
EngineerInfo engineer = this.queryEngineerInfo(engineerCode);
String date = this.Timestamp2Datetime(order.getExpectTimeBegin(), "yyyy-MM-dd");
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!