diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index bf6a1f7..f98c42a 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -80,7 +80,7 @@ spring: # redis 配置 redis: # 地址 - host: localhost + host: 192.168.9.130 # 端口,默认为6379 port: 6379 # 数据库索引 diff --git a/ruoyi-system/src/main/resources/mapper/storageLocation/StorageLocationMapper.xml b/ruoyi-system/src/main/resources/mapper/storageLocation/StorageLocationMapper.xml index 487920a..940d958 100644 --- a/ruoyi-system/src/main/resources/mapper/storageLocation/StorageLocationMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/storageLocation/StorageLocationMapper.xml @@ -42,7 +42,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - update storageLocation set materialState = '0' + update storageLocation set materialState = '0',materialZlh = null,materialXingh = null,materialGuig = null, + materialDiany = null, materialMs = null materialBh diff --git a/ruoyi-ui/src/views/storageLocation/locationSet.vue b/ruoyi-ui/src/views/storageLocation/locationSet.vue index f54f5c5..920ccad 100644 --- a/ruoyi-ui/src/views/storageLocation/locationSet.vue +++ b/ruoyi-ui/src/views/storageLocation/locationSet.vue @@ -20,7 +20,7 @@ - {{item.materialBh}} + {{item.materialBh}}