Commit 4c049cd7 by guojx

达成明细和拆解明细调整

parent e83c344f
...@@ -178,7 +178,7 @@ public class StoreTargetConfigController { ...@@ -178,7 +178,7 @@ public class StoreTargetConfigController {
queryStoreGroupType(jsonObject, 8); queryStoreGroupType(jsonObject, 8);
//不传月参数,返回12条月数据。否则返回一条合计 //不传月参数,返回12条月数据。否则返回一条合计
Map<String, Object> totalRes = StoreTargetConfigHttpUtils.http(jsonObject.toJSONString(), Map<String, Object> totalRes = StoreTargetConfigHttpUtils.http(jsonObject.toJSONString(),
qo.isYearQuery() ? "data_target_mgt_group_year_stat" : "data_target_mgt_group_month_stat"); qo.isYearQuery() ? "data_target_mgt_mbr_pay_amt_dismbl_year" : "data_target_mgt_mbr_pay_amt_dismbl_month");
if (!StoreTargetConfigHttpUtils.isSuccess(totalRes)) { if (!StoreTargetConfigHttpUtils.isSuccess(totalRes)) {
throw new TargetException(totalRes.get("errMsg").toString()); throw new TargetException(totalRes.get("errMsg").toString());
} }
......
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