Commit 4f7fc73d by 王力

Merge branch 'dev_assign' into 'develop'

修改

See merge request !185
2 parents dd709610 b1c0b9d6
......@@ -195,7 +195,7 @@ public class OrderAssignImpl implements OrderAssign {
oe.setCreateTime(new Timestamp(System.currentTimeMillis()));
orderEventMPDao.insert(oe);
return null;
return Result.success(null);
}
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!