Commit b1c0b9d6 by wangli

修改

1 parent 390620f2
...@@ -195,7 +195,7 @@ public class OrderAssignImpl implements OrderAssign { ...@@ -195,7 +195,7 @@ public class OrderAssignImpl implements OrderAssign {
oe.setCreateTime(new Timestamp(System.currentTimeMillis())); oe.setCreateTime(new Timestamp(System.currentTimeMillis()));
orderEventMPDao.insert(oe); orderEventMPDao.insert(oe);
return null; return Result.success(null);
} }
private List<OrderAppointment> queryOrderAppointments(String engineerCode, String date) { private List<OrderAppointment> queryOrderAppointments(String engineerCode, String date) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!