Commit 58d5ad73 by guojx

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

目标跟进接口修复

See merge request !920
parents 194af409 2810c9c3
......@@ -47,7 +47,7 @@ public class TargetController {
* @param qo
* @return
*/
@RequestMapping(value = "get-target-attainment-analysis-overview")
@RequestMapping(value = "valid-target-store")
@ResponseBody
public RestResponse<Integer> validTargetStore(QueryDataStatisticsCommonQO qo) {
List<String> storeIdList = getStoreIdList(qo);
......
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