Commit 81bf00ba by guojx

目标跟进接口修复

parent d0e26ada
...@@ -55,6 +55,8 @@ public class TargetController { ...@@ -55,6 +55,8 @@ public class TargetController {
param.setStoreIdList(storeIdList); param.setStoreIdList(storeIdList);
param.setEnterpriseId(qo.getEnterpriseId()); param.setEnterpriseId(qo.getEnterpriseId());
param.setReleaseFlag(1); param.setReleaseFlag(1);
param.setTargetYear(qo.getTime());
param.setStoreId("-1");
ServiceResponse<Page<NewDataTargetConfigDTO>> res = newDataTargetConfigApiService.queryNewDataTargetConfig(param, new BasePageInfo()); ServiceResponse<Page<NewDataTargetConfigDTO>> res = newDataTargetConfigApiService.queryNewDataTargetConfig(param, new BasePageInfo());
if (res.isSuccess()) { if (res.isSuccess()) {
if (res.getResult().getTotalCount() > 0) { if (res.getResult().getTotalCount() > 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment