Bläddra i källkod

商品模块修改 字典查询问题修改

xgb 1 vecka sedan
förälder
incheckning
0b1544a7bb

+ 2 - 2
fs-admin-saas/src/main/resources/application-dev.yml

@@ -6,8 +6,8 @@ spring:
     # redis 配置
     redis:
         # 地址
-        #host: localhost
-        host: 172.27.0.7
+        host: localhost
+#        host: 172.27.0.7
         # 端口,默认为6379
         port: 6379
         # 数据库索引

+ 0 - 1
fs-service/src/main/java/com/fs/system/mapper/SysDictDataMapper.java

@@ -30,7 +30,6 @@ public interface SysDictDataMapper
      * @param dictType 字典类型
      * @return 字典数据集合信息
      */
-    @DataSource(DataSourceType.MASTER)
     public List<SysDictData> selectDictDataByType(String dictType);
 
     /**