Преглед на файлове

************************************* WX *******************************
update:添加注释

zhangweixin преди 3 години
родител
ревизия
40ffc3de47
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      revit-algorithm/src/main/kotlin/cn/sagacloud/server/algorithm/backstage/sync/SyncUtil.kt

+ 1 - 0
revit-algorithm/src/main/kotlin/cn/sagacloud/server/algorithm/backstage/sync/SyncUtil.kt

@@ -106,6 +106,7 @@ class SyncUtil {
             val request = SCreateRequest<SyncLogEntity>()
             request.content = convertToSyncLogEntityList
             BaseDataService.syncLogService.delete(SFilter.and(SFilter.eq("modelId", model.id!!), SFilter.inList("type", arrayListOf("Wall", "VirtualWall", "Column"))))
+            /** 添加日志信息 */
             BaseDataService.syncLogService.createList(request)
         }catch (e : Exception){
             monitorService.endWriteLogExceptionally(model.id!!, "error:${e.message}, ${CommonService.getStackTrace(e)}")