云殇忆 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)