update 标准征求意见流程
This commit is contained in:
+2
-1
@@ -752,7 +752,8 @@ public class LawsAsmsOpenApiServiceImpl extends ServiceImpl<LawsAsmsOpenApiMappe
|
||||
updateBatchById(lawsAsmsOpenApiList);
|
||||
}
|
||||
|
||||
private void upload(String url, String fileName, String fileType, String id, String code) {
|
||||
@Transactional
|
||||
public void upload(String url, String fileName, String fileType, String id, String code) {
|
||||
InputStream inputStream = asmsPostUtil.getFileByteArray(url);
|
||||
try {
|
||||
MinioUtil.upload(inputStream, filePath + url);
|
||||
|
||||
+2
-1
@@ -510,7 +510,8 @@ public class SynchronizationAsmsService {
|
||||
log.info("=====================定时任务同步结束=====================");
|
||||
}
|
||||
|
||||
private void upload(String url, String fileName, String fileType, String id, String code) {
|
||||
@Transactional
|
||||
public void upload(String url, String fileName, String fileType, String id, String code) {
|
||||
InputStream inputStream = asmsPostUtil.getFileByteArray(url);
|
||||
try {
|
||||
MinioUtil.upload(inputStream, filePath + url);
|
||||
|
||||
Reference in New Issue
Block a user