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]: "",