Commit 8f1d8ea0 by 徐高华

活码查询

parent 08951b0f
......@@ -145,7 +145,9 @@ public class HmQrcodeController {
hmQrcodeListQO.getInFields().setStoreId(stringBuffer.toString());
}
HmQrcodeListQDTO qdto = EntityUtil.changeEntityByJSON(HmQrcodeListQDTO.class, hmQrcodeListQO.getInFields()) ;
qdto.setStoreId(storeList);
if (!storeList.contains("-1")) {
qdto.setStoreId(storeList);
}
ServiceResponse<List<String>> listResp = this.hmQrcodeApiService.listHmIdForIndex(qdto) ;
logger.info("HMid列表={}",JSON.toJSONString(listResp));
StatisticsDTO statisticsDTO = DataHttpUtil.post(StatisticsApolloKeyConstant.data_haoban_hm_list, hmQrcodeListQO);
......
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