From ee168c490da9ac9a82422d1bcd2ac60c0a7bc1c8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 25 三月 2026 16:06:35 +0800
Subject: [PATCH] 模糊查询时,创建的存储过程没有带QUOTE,导致报错

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

diff --git a/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java b/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
index aca8029..02ad337 100644
--- a/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
+++ b/smartor/src/main/java/com/smartor/domain/ServiceSubtask.java
@@ -526,7 +526,7 @@
 
 
     /**
-     * 闀挎湡浠诲姟锛岀粰鎮h�呭彂閫佺殑鏃堕棿
+     * 闀挎湡浠诲姟锛岀粰鎮h�呭彂閫佺殑鏃堕棿 寮冪敤
      */
     @Excel(name = " 闀挎湡浠诲姟锛岀粰鎮h�呭彂閫佺殑鏃堕棿")
     @ApiModelProperty(value = "闀挎湡浠诲姟锛岀粰鎮h�呭彂閫佺殑鏃堕棿")
@@ -656,6 +656,7 @@
     @ApiModelProperty(value = "缁х画鏍囪瘑")
     private Integer continueFlag;
 
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @ApiModelProperty(value = "缁х画鏃堕棿鐜板湪")
     private Date continueTimeNow;
 
@@ -665,6 +666,7 @@
     @ApiModelProperty(value = "缁х画娆℃暟")
     private Integer continueCount;
 
+    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     @ApiModelProperty(value = "缁х画鏃堕棿涓嬫")
     private Date continueTimeNext;
 }

--
Gitblit v1.9.3