Commit 2810c9c3 by guojx

目标跟进接口修复

parent 673f609d
......@@ -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