Commit 8ae942fc by guojx

活码-查看明细列表接口调整

parent 365f755e
......@@ -512,7 +512,7 @@ public class HmQrcodeController {
if (hmType == 1) {
// statisticsDTO = DataHttpUtil.post(StatisticsApolloKeyConstant.data_haoban_hm_single_detail, hmDetailClerkListQO);
res = DataApiHttpUtils.http(paramJson.toJSONString(), StatisticsApolloKeyConstant.data_haoban_hm_single_detail);
page.setResult(DataApiHttpUtils.getPageList(res));
page.setResult(DataApiHttpUtils.getDataList(res));
} else if (hmType == 2) {
// statisticsDTO = DataHttpUtil.post(StatisticsApolloKeyConstant.data_haoban_hm_many_detail, hmDetailClerkListQO);
res = DataApiHttpUtils.http(paramJson.toJSONString(), StatisticsApolloKeyConstant.data_haoban_hm_many_detail);
......
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