Commit a7a566a6 by 墨竹

活码列表

parent d03f7d08
...@@ -150,6 +150,11 @@ public class HmQrcodeController { ...@@ -150,6 +150,11 @@ public class HmQrcodeController {
if (!storeList.contains("-1")) { if (!storeList.contains("-1")) {
qdto.setStoreId(storeList); qdto.setStoreId(storeList);
} }
Long hmGroupId = hmQrcodeListQO.getInFields().getHmGroupId();
//-1 代表全部分组
if (hmGroupId == -1) {
hmQrcodeListQO.getInFields().setHmGroupId(null);
}
ServiceResponse<List<String>> listResp = this.hmQrcodeApiService.listHmIdForIndex(qdto); ServiceResponse<List<String>> listResp = this.hmQrcodeApiService.listHmIdForIndex(qdto);
logger.info("HMid列表={}", JSON.toJSONString(listResp)); logger.info("HMid列表={}", JSON.toJSONString(listResp));
List<String> hmIds = listResp.getResult(); List<String> hmIds = listResp.getResult();
......
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