|
@@ -311,7 +311,7 @@ public class StandardsRegulationsService {
|
|
|
Map<String,String> mapType= dictService.getDictMapByType(DictConstants.SCENE_TYPE);
|
|
|
String type= mapType.get(DictConstants.SCENE_STANDARD);
|
|
|
String content="创建"+type+"上传任务:"+sceneImportPO.getName()+"(ID:"+sceneImportPO.getId()+")";
|
|
|
- logService.logSceneUpload(LogConstants.SYS_LOG_SCENE_TASK,content);
|
|
|
+ logService.logSceneUpload(LogConstants.SYS_LOG_SCENE_TASK_INSERT,content);
|
|
|
return sceneImportPO;
|
|
|
}catch (Exception e){
|
|
|
sceneImportPO.setStatus(DictConstants.SCENE_IMPORT_STATUS_2);
|