Commit 77e950ba by guojx

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

目标跟进门店会员631分层明细数据返回结构调整

See merge request !930
parents 17eda465 684aa484
......@@ -225,7 +225,7 @@ public class TargetController {
JSONObject jsonObject = getCommon(qo, true);
Map<String, Object> res = DataTargetHttpUtils.http(DataTargetHttpUtils.getParamNoPage(jsonObject).toJSONString(),
"data_mbr_target_store_mbr_631_detail");
return DataTargetHttpUtils.response(res);
return DataTargetHttpUtils.responseOfOne(res, null);
}
private JSONObject getCommon(QueryDataStatisticsCommonQO qo, boolean app) {
......
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