Commit d470bd2d by 王世昌

是否监控字段

parent bea86412
...@@ -45,7 +45,7 @@ public class OrderStateMonitorInfoVo implements Serializable { ...@@ -45,7 +45,7 @@ public class OrderStateMonitorInfoVo implements Serializable {
*/ */
private Long updateTimestamp; private Long updateTimestamp;
private Boolean getNeedMonitor() { public Boolean getNeedMonitor() {
// 默认false // 默认false
return Objects.isNull(needMonitor) ? Boolean.FALSE : Boolean.TRUE; return Objects.isNull(needMonitor) ? Boolean.FALSE : Boolean.TRUE;
} }
......
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