From 41362e7cd2ffa5d6110465b1ea8c41cb109a549e Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 12 三月 2026 10:12:20 +0800
Subject: [PATCH] 【丽水】查询指标和关联的指标选项 增加OrgId注解

---
 smartor/src/main/java/com/smartor/domain/ServiceSubtaskRes.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskRes.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskRes.java
index fb7cb2f..2359194 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtaskRes.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtaskRes.java
@@ -657,14 +657,16 @@
     private Integer continueFlag;
 
     @ApiModelProperty(value = "缁х画鏃堕棿鐜板湪")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date continueTimeNow;
 
     @ApiModelProperty(value = "缁х画鍐呭")
-    private JSONObject continueContent;
+    private String continueContent;
 
     @ApiModelProperty(value = "缁х画娆℃暟")
     private Integer continueCount;
 
     @ApiModelProperty(value = "缁х画鏃堕棿涓嬫")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date continueTimeNext;
 }

--
Gitblit v1.9.3