Commit 5226a7f0 by guojx

目标跟进接口修复

parent 81bf00ba
......@@ -55,7 +55,7 @@ public class TargetController {
param.setStoreIdList(storeIdList);
param.setEnterpriseId(qo.getEnterpriseId());
param.setReleaseFlag(1);
param.setTargetYear(qo.getTime());
param.setTargetYear(qo.getTime().substring(0,4));
param.setStoreId("-1");
ServiceResponse<Page<NewDataTargetConfigDTO>> res = newDataTargetConfigApiService.queryNewDataTargetConfig(param, new BasePageInfo());
if (res.isSuccess()) {
......
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