瀏覽代碼

修复bug

云殇忆 1 年之前
父節點
當前提交
aff0630915
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ruoyi-demo/src/main/java/com/ruoyi/demo/service/impl/WdInfoServiceImpl.java

+ 2 - 2
ruoyi-demo/src/main/java/com/ruoyi/demo/service/impl/WdInfoServiceImpl.java

@@ -169,7 +169,7 @@ public class WdInfoServiceImpl implements WdInfoService {
                 types = null;
         else types = null;
         if (types != null)
-            wdInfoQueryWrapper.in("type_code_by", types);
+            wdInfoQueryWrapper.in("dwi.type_code_by", types);
 
         // 地区码
         List<String> addrs = new ArrayList<>();
@@ -181,7 +181,7 @@ public class WdInfoServiceImpl implements WdInfoService {
                 addrs = null;
         else addrs = null;
         if (addrs != null)
-            wdInfoQueryWrapper.in("addr_code", addrs);
+            wdInfoQueryWrapper.in("dwi.addr_code", addrs);
 
         // 潜力值
         if (bo.getIndexScore() != null)