Commit 7f239349 authored by 赵啸非's avatar 赵啸非

修改导入事项与材料

parent c6049323
......@@ -15,9 +15,9 @@ POST {{baseUrl}}/matter/datum/importData
Content-Type: multipart/form-data; boundary=WebAppBoundary
--WebAppBoundary
Content-Disposition: form-data; name="file"; filename="批量导入材料模板.xlsx"
Content-Disposition: form-data; name="file"; filename="大竹批量导入材料模板.xlsx"
< ./批量导入材料模板.xlsx
< ./大竹批量导入材料模板.xlsx
--WebAppBoundary--
###事项申请材料列表
......
......@@ -84,7 +84,7 @@ public class DemoStartedService implements IApplicationStartedService {
//启动短信发送响应更新线程
ThreadPool.getInstance().execute(() -> {
/* ThreadPool.getInstance().execute(() -> {
int waitTime = 1000;
while (!stopped) {
try {
......@@ -101,7 +101,7 @@ public class DemoStartedService implements IApplicationStartedService {
}
}
}
});
});*/
AlarmSendMsgThread alarmSendMsgThread = new AlarmSendMsgThread(smsSendUrl, apiId);
......
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