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
abf8b968
Commit
abf8b968
authored
Jan 08, 2025
by
KeYong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改巡检字段初始化太小
parent
2cc9d10c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
patrol-sql-task.xml
...atrol/src/main/resources/db/changelog/patrol-sql-task.xml
+2
-2
No files found.
amos-boot-system-patrol/src/main/resources/db/changelog/patrol-sql-task.xml
View file @
abf8b968
...
...
@@ -479,7 +479,7 @@
CREATE DEFINER=`root`@`%` PROCEDURE `updatePlanTask`(IN `planTaskId` BIGINT,IN `pointId` BIGINT,IN `planTaskDetailId` BIGINT,IN `executorId` BIGINT)
BEGIN
declare num int ;
declare orgCode VARCHAR(
5
0) ;
declare orgCode VARCHAR(
200
0) ;
declare currentTaskNum int ;
declare pointNum int ;
update p_plan_task_detail set is_finish = 1 where id=planTaskDetailId;
...
...
@@ -505,7 +505,7 @@
<changeSet
author=
"gaodongdong"
id=
"1610421278000-23"
runAlways=
"true"
>
<createProcedure
procedureName=
"planTaskStatistics"
>
CREATE DEFINER=`root`@`%` PROCEDURE `planTaskStatistics`(IN `userId` VARCHAR(
50) ,IN `currentDate` VARCHAR(40),IN `orgCode` VARCHAR(5
0))
CREATE DEFINER=`root`@`%` PROCEDURE `planTaskStatistics`(IN `userId` VARCHAR(
2000) ,IN `currentDate` VARCHAR(40),IN `orgCode` VARCHAR(200
0))
BEGIN
declare planTaskNum BIGINT ;
declare planTaskFinishNum BIGINT ;
...
...
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