Commit fc9e93ab authored by 赵啸非's avatar 赵啸非

添加远程调试

parent b64c754f
......@@ -82,6 +82,8 @@ public class MatterDatumController extends BaseCRUDJsonBodyMappingController<Mat
List<Long> materialIdList = datumCategoryService.find(datumCategory, pageInfo, context).getList().stream().map(i -> i.getMaterialId()).collect(Collectors.toList());
if (!ObjectUtils.isEmpty(materialIdList)) {
query.setIdList(materialIdList);
}else{
query.setIdList(Arrays.asList(-1L));
}
}
List<OrderCol> orderColList = new ArrayList<>();
......
......@@ -5,7 +5,7 @@ Content-Type: application/json
{
"loginName":"admin",
"password":"admin",
"securityCode":"8888"
"securityCode":"admin"
}
> {%
......
......@@ -20,7 +20,8 @@ Content-Type: application/json
{
"page":1,
"size":10
"size":10,
"categoryId": 9
}
......
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