From a6c0b784b159b4f5046df21ff1cbf0fea63a6bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A3=AE=E5=B1=BF=E6=B5=B7=E5=B7=B7?= <15711450175@163.com> Date: Sat, 18 Sep 2021 11:13:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E7=BB=8F=E5=AE=8C=E6=88=90=20=20=20?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basic/RecordErrorController.java | 2 +- .../system/basestoreinfo/basestoreinfo.html | 7 +++ .../templates/system/recorderror/add.html | 4 +- .../templates/system/recorderror/edit.html | 4 +- .../system/recorderror/recorderror.html | 49 ++++--------------- .../templates/system/recordinstore/add.html | 8 ++- .../system/recordinstore/recordinstore.html | 20 +++++++- .../system/recordoutstore/recordoutstore.html | 14 ++++++ .../com/ruoyi/system/domain/RecordError.java | 8 +-- .../ruoyi/system/domain/RecordInstore.java | 2 + .../system/mapper/RecordErrorMapper.java | 2 +- .../system/service/IRecordErrorService.java | 2 +- .../service/impl/RecordErrorServiceImpl.java | 2 +- .../mapper/system/BaseStoreInfoMapper.xml | 1 + .../mapper/system/RecordErrorMapper.xml | 9 ---- .../mapper/system/RecordInstoreMapper.xml | 3 ++ .../mapper/system/RecordOutstoreMapper.xml | 3 ++ 17 files changed, 76 insertions(+), 64 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/basic/RecordErrorController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/basic/RecordErrorController.java index 3f62f06..61250df 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/basic/RecordErrorController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/basic/RecordErrorController.java @@ -23,7 +23,7 @@ import com.ruoyi.common.core.page.TableDataInfo; * 异常记录Controller * * @author Frank zhou - * @date 2021-09-16 + * @date 2021-09-18 */ @Controller @RequestMapping("/system/recorderror") diff --git a/ruoyi-admin/src/main/resources/templates/system/basestoreinfo/basestoreinfo.html b/ruoyi-admin/src/main/resources/templates/system/basestoreinfo/basestoreinfo.html index 51ae5b3..a07c94c 100644 --- a/ruoyi-admin/src/main/resources/templates/system/basestoreinfo/basestoreinfo.html +++ b/ruoyi-admin/src/main/resources/templates/system/basestoreinfo/basestoreinfo.html @@ -18,6 +18,13 @@ +
  • + + +
  •  搜索  重置 diff --git a/ruoyi-admin/src/main/resources/templates/system/recorderror/add.html b/ruoyi-admin/src/main/resources/templates/system/recorderror/add.html index eb40f74..42d081c 100644 --- a/ruoyi-admin/src/main/resources/templates/system/recorderror/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/recorderror/add.html @@ -46,7 +46,9 @@
    - +
    diff --git a/ruoyi-admin/src/main/resources/templates/system/recorderror/edit.html b/ruoyi-admin/src/main/resources/templates/system/recorderror/edit.html index 46e7caf..6690caa 100644 --- a/ruoyi-admin/src/main/resources/templates/system/recorderror/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/recorderror/edit.html @@ -47,7 +47,9 @@
    - +
    diff --git a/ruoyi-admin/src/main/resources/templates/system/recorderror/recorderror.html b/ruoyi-admin/src/main/resources/templates/system/recorderror/recorderror.html index 1ee39e5..e47f3c9 100644 --- a/ruoyi-admin/src/main/resources/templates/system/recorderror/recorderror.html +++ b/ruoyi-admin/src/main/resources/templates/system/recorderror/recorderror.html @@ -18,56 +18,23 @@
  • - -
  • - - +
  • -
  • +
  •  搜索 @@ -101,6 +68,7 @@