Commit 684aa484 by guojx

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

parent ce3172ca
......@@ -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