Commit 4f96c559 authored by 赵啸非's avatar 赵啸非

添加皮肤相关

parent 37587868
Pipeline #2604 canceled with stages
......@@ -69,6 +69,7 @@ public class SyncSiteDeviceTaskImpl implements ITaskExcuteService {
log.info("站点名称:{}",site.getSiteName());
DevicePdu devicePdu = new DevicePdu();
devicePdu.setProductCode("tdj");
devicePdu.setSiteId(site.getId());
devicePdu.setSize(-1);
Rest<RespData<List<DevicePdu>>> deviceRest = deviceFeign.list(devicePdu);
log.info("deviceRest:{}",JSON.toJSONString(deviceRest));
......
......@@ -47,9 +47,7 @@ public class MatterDatumPrintServiceImpl extends AbstractCRUDServiceImpl<MatterD
entity.setMatterName(matterDatumEntity.getMatterName());
}
}
entity.setOrderId(IdUtil.simpleUUID());
String rootPath = this.filePath.endsWith("/") ? this.filePath : this.filePath + "/";
Integer pageByDoc = WordUtil.getPageByDoc(rootPath + entity.getDocPath());
entity.setPrintPage(pageByDoc);
......
......@@ -15,13 +15,14 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
###打印提交列表
POST {{baseUrl}}/matter/datum/print/list
Authorization: {{authToken}}
Content-Type: application/json
{
"orderId":"d7y4sx",
"materialId":635,
"materialName":"h0er7b",
"createTimeStart": "2023-04-08",
"createTimeEnd": "2023-04-08",
"materialName": "%%",
"matterName": "%%",
"siteId": 1,
"page":1,
"size":10
}
......
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