Commit 91ab6407 by guojx

Merge branch 'feature-2023-01-目标配置' into 'developer'

Feature 2023 01 目标配置

See merge request !922
parents a8317f87 5226a7f0
......@@ -55,6 +55,8 @@ public class TargetController {
param.setStoreIdList(storeIdList);
param.setEnterpriseId(qo.getEnterpriseId());
param.setReleaseFlag(1);
param.setTargetYear(qo.getTime().substring(0,4));
param.setStoreId("-1");
ServiceResponse<Page<NewDataTargetConfigDTO>> res = newDataTargetConfigApiService.queryNewDataTargetConfig(param, new BasePageInfo());
if (res.isSuccess()) {
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