Przeglądaj źródła

[招商][任务]业态筛选

release_toaliyun_real
Burce 6 lat temu
rodzic
commit
a7000af6a1
1 zmienionych plików z 3 dodań i 1 usunięć
  1. +3
    -1
      mallinkService/src/main/java/com/iformall/service/invest/impl/InvestBizServiceImpl.java

+ 3
- 1
mallinkService/src/main/java/com/iformall/service/invest/impl/InvestBizServiceImpl.java Wyświetl plik

@@ -516,6 +516,8 @@ public class InvestBizServiceImpl implements InvestBizService {
LambdaQueryWrapper<InvestTaskEntity> taskQueryWrapper = new LambdaQueryWrapper<>(); LambdaQueryWrapper<InvestTaskEntity> taskQueryWrapper = new LambdaQueryWrapper<>();
InvestPageResult<InvestTaskVo> investPage = new InvestPageResult<>(); InvestPageResult<InvestTaskVo> investPage = new InvestPageResult<>();
taskQueryWrapper.apply(StringUtils.isNotBlank(taskParams.getOwner()), "`owner` REGEXP {0}", taskParams.getOwner()); taskQueryWrapper.apply(StringUtils.isNotBlank(taskParams.getOwner()), "`owner` REGEXP {0}", taskParams.getOwner());
taskQueryWrapper.apply(Objects.nonNull(params.getBusinessId()), "`content` REGEXP {0}",
String.format("\"businessId\": %d", params.getBusinessId()));
taskParams.setOwner(null); taskParams.setOwner(null);
taskQueryWrapper.setEntity(taskParams); taskQueryWrapper.setEntity(taskParams);


@@ -590,7 +592,7 @@ public class InvestBizServiceImpl implements InvestBizService {
shop = new WxShop(); shop = new WxShop();
shop.setShopNumber(params.getShopNumber()); shop.setShopNumber(params.getShopNumber());
shop.setStatus(params.getShopStatus()); shop.setStatus(params.getShopStatus());
shop.setBusinessId(params.getBusinessId());
//shop.setBusinessId(params.getBusinessId());
} }


InvestTaskDto taskDto = new InvestTaskDto(); InvestTaskDto taskDto = new InvestTaskDto();


Ładowanie…
Anuluj
Zapisz