From 68d2e92f824d72b98aaf68cd5a936945c1912bed Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期一, 21 十一月 2022 15:14:45 +0800
Subject: [PATCH] #
---
src/main/webapp/views/plan/plan.html | 4 ++--
src/main/java/com/zy/crm/manager/entity/Plan.java | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/java/com/zy/crm/manager/entity/Plan.java b/src/main/java/com/zy/crm/manager/entity/Plan.java
index 24ccfdf..606eb5f 100644
--- a/src/main/java/com/zy/crm/manager/entity/Plan.java
+++ b/src/main/java/com/zy/crm/manager/entity/Plan.java
@@ -358,7 +358,7 @@
if (Cools.isEmpty(this.appleTime)){
return "";
}
- return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.appleTime);
+ return new SimpleDateFormat("yyyy-MM-dd").format(this.appleTime);
}
public String getPlanNeed$(){
@@ -386,7 +386,7 @@
if (Cools.isEmpty(this.finishTime)){
return "";
}
- return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.finishTime);
+ return new SimpleDateFormat("yyyy-MM-dd").format(this.finishTime);
}
public String getChange$(){
diff --git a/src/main/webapp/views/plan/plan.html b/src/main/webapp/views/plan/plan.html
index 4af9e85..4c7f2d2 100644
--- a/src/main/webapp/views/plan/plan.html
+++ b/src/main/webapp/views/plan/plan.html
@@ -214,8 +214,8 @@
</div>
</div>
- <!--涓�у寲淇℃伅-->
- <blockquote class="layui-elem-quote" style="margin-left: 30px;padding: 8px 15px;">涓�у寲淇℃伅</blockquote>
+ <!--涓�у寲閰嶇疆-->
+ <blockquote class="layui-elem-quote" style="margin-left: 30px;padding: 8px 15px;">涓�у寲閰嶇疆</blockquote>
<div class="layui-row">
<div class="layui-col-md6">
</div>
--
Gitblit v1.9.1