Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
1fb87829
Commit
1fb87829
authored
Nov 02, 2023
by
H2T
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
巡检计划接口日期格式化
parent
cda527c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dbTemplate_plan.xml
...trol-biz/src/main/resources/db/mapper/dbTemplate_plan.xml
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-tzspatrol/amos-boot-module-tzspatrol-biz/src/main/resources/db/mapper/dbTemplate_plan.xml
View file @
1fb87829
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
<!--巡检计划查询 -->
<!--巡检计划查询 -->
<select
id=
"getPlanInfo"
resultType=
"java.util.HashMap"
>
<select
id=
"getPlanInfo"
resultType=
"java.util.HashMap"
>
SELECT
SELECT
a.id,a.name ,
IFNULL(a.plan_begin, null
) planBegin,a.status,
a.id,a.name ,
date_format(IFNULL(a.plan_begin, null),'%Y-%m-%d'
) planBegin,a.status,
(
(
case a.plan_type
case a.plan_type
when 1 THEN '天'
when 1 THEN '天'
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
else '是'
else '是'
end
end
) as isFixedDateName,
) as isFixedDateName,
IFNULL(a.plan_end, NULL
) planEnd,a.plan_type planType,
date_format(IFNULL(a.plan_end, NULL),'%Y-%m-%d'
) planEnd,a.plan_type planType,
b.name routeName,a.route_id routeId,a.is_fixed_date isFixedDate,a.remark,a.remark1,
b.name routeName,a.route_id routeId,a.is_fixed_date isFixedDate,a.remark,a.remark1,
b.dept_name bizOrgCode
b.dept_name bizOrgCode
FROM
FROM
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment