From 1f299dc56d42ca2e40602f54aeec0ed6fe94aa93 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期一, 16 三月 2026 10:38:24 +0800
Subject: [PATCH] 【丽水】Service_Task 增加 diag_type 字段

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

diff --git a/smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java b/smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java
index 8ccf853..b357612 100644
--- a/smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java
+++ b/smartor/src/main/java/com/smartor/domain/entity/ServiceSubtaskEntity.java
@@ -606,7 +606,7 @@
     /**
      * 寮傚父鏍囪瘑
      */
-    @ApiModelProperty(value = "寮傚父鏍囪瘑")
+    @ApiModelProperty(value = "寮傚父鏍囪瘑: 0姝e父锛�1寮傚父锛�2璀﹀憡")
     @Excel(name = " 寮傚父鏍囪瘑 ")
     private String excep;
 
@@ -750,6 +750,7 @@
     private Integer continueFlag;
 
     @ApiModelProperty(value = "缁х画鏃堕棿鐜板湪")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date continueTimeNow;
 
     @ApiModelProperty(value = "缁х画鍐呭")
@@ -759,6 +760,7 @@
     private Integer continueCount;
 
     @ApiModelProperty(value = "缁х画鏃堕棿涓嬫")
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date continueTimeNext;
 
     /**

--
Gitblit v1.9.3