Commit 2779f4d0 by huangjinxin

fix:添加紧急工单状态

1 parent adb7ecd8
......@@ -31,4 +31,11 @@ public class OrderServiceList {
private String orderStatus;
private String serviceStatus;
private String createTime;
/**
* bean优先级,例如:紧急、正常
*/
private String beanPriority;
}
......@@ -139,6 +139,8 @@ public class OrderServiceListServiceImpl implements OrderServiceListService {
record.setDispatcher(o.getDispatcher());
record.setCreateTime(TimeUtils.IsoTimestamp2DateTime(o.getCreateTime()));
record.setBeanPriority(o.getBeanPriority());
content.add(record);
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!