From 78433edda92cdc7427a4f00162e020350b0aac8b Mon Sep 17 00:00:00 2001 From: paidaxing444 <12qwaszx> Date: Wed, 3 Jun 2020 18:11:31 +0800 Subject: [PATCH] =?UTF-8?q?20200603-zlp-1=20=E4=B8=80=E6=97=A5=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/components/Editor/index.vue | 2 +- ruoyi-ui/src/views/benyi/dayflow/index.vue | 42 ++--- ruoyi-ui/src/views/benyi/dayflow/standard.vue | 56 +------ ruoyi-ui/src/views/benyi/dayflow/task.vue | 127 +++++++------- .../benyi/domain/ByDayFlowStandard.java | 155 +++++------------- .../project/benyi/domain/ByDayFlowTask.java | 126 +++++--------- .../mybatis/benyi/ByDayFlowStandardMapper.xml | 78 +++------ .../mybatis/benyi/ByDayFlowTaskMapper.xml | 65 +++----- 8 files changed, 213 insertions(+), 438 deletions(-) diff --git a/ruoyi-ui/src/components/Editor/index.vue b/ruoyi-ui/src/components/Editor/index.vue index 56151f428..babe03440 100644 --- a/ruoyi-ui/src/components/Editor/index.vue +++ b/ruoyi-ui/src/components/Editor/index.vue @@ -147,7 +147,7 @@ export default { \ No newline at end of file + \ No newline at end of file diff --git a/ruoyi-ui/src/views/benyi/dayflow/task.vue b/ruoyi-ui/src/views/benyi/dayflow/task.vue index e151213a9..231ebb447 100644 --- a/ruoyi-ui/src/views/benyi/dayflow/task.vue +++ b/ruoyi-ui/src/views/benyi/dayflow/task.vue @@ -1,13 +1,13 @@