|
@@ -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)
|