From cac90f7fe873bd9a88418c0c23b3cd756c5d4633 Mon Sep 17 00:00:00 2001 From: Lemon Date: Wed, 19 Jul 2023 15:01:00 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E7=AB=99=E7=82=B9=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0=E8=BF=90=E8=90=A5?= =?UTF-8?q?=E5=95=86=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/pile/PileStationInfoMapper.xml | 3 + jsowell-ui/src/views/pile/station/index.vue | 1076 +++++++++-------- jsowell-ui/vue.config.js | 4 +- 3 files changed, 554 insertions(+), 529 deletions(-) diff --git a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml index 638652497..3155c723d 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/PileStationInfoMapper.xml @@ -334,6 +334,9 @@ and t1.public_flag = #{stationDTO.publicFlag,jdbcType=VARCHAR} + + and t1.merchant_id = #{stationDTO.merchantId,jdbcType=VARCHAR} + and t3.dept_id in diff --git a/jsowell-ui/src/views/pile/station/index.vue b/jsowell-ui/src/views/pile/station/index.vue index ad7a3429e..02e7128a9 100644 --- a/jsowell-ui/src/views/pile/station/index.vue +++ b/jsowell-ui/src/views/pile/station/index.vue @@ -1,552 +1,574 @@ diff --git a/jsowell-ui/vue.config.js b/jsowell-ui/vue.config.js index 0f6210d9d..9375cff79 100644 --- a/jsowell-ui/vue.config.js +++ b/jsowell-ui/vue.config.js @@ -35,9 +35,9 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - // target: `http://localhost:8080`, + target: `http://localhost:8080`, // 更改代理为本地地址 - target: `http://192.168.2.6:8080`, + // target: `http://192.168.2.6:8080`, changeOrigin: true, pathRewrite: { ["^" + process.env.VUE_APP_BASE_API]: "",