|
@@ -1142,10 +1142,10 @@ open class RelationCalcService {
|
|
|
try {
|
|
|
upDateBiaoji(projectId, "eq2fl", 3)
|
|
|
upDateBiaoji(projectId, "fl2sp", 3)
|
|
|
-
|
|
|
val entity = relationTypeProjectservice.select(SFilter.eq("projectId", projectId), SFilter.eq("relationType", "eq2sp_SensorRelationship_ss2sp")).entity()
|
|
|
if (entity != null) {
|
|
|
entity.computationalState = 3
|
|
|
+ entity.computingTime = IdUtils.time()
|
|
|
relationTypeProjectservice.update(entity)
|
|
|
}
|
|
|
} catch (e: Exception) {
|
|
@@ -1162,6 +1162,7 @@ open class RelationCalcService {
|
|
|
val entity = relationTypeProjectservice.select(SFilter.eq("projectId", projectId), SFilter.eq("relationType", "eq2sp_SensorRelationship_ss2sp")).entity()
|
|
|
if (entity != null) {
|
|
|
entity.computationalState = 1
|
|
|
+ entity.computingTime = IdUtils.time()
|
|
|
relationTypeProjectservice.update(entity)
|
|
|
}
|
|
|
} catch (e: Exception) {
|
|
@@ -1200,6 +1201,7 @@ open class RelationCalcService {
|
|
|
val entity = relationTypeProjectservice.select(SFilter.eq("projectId", projectId), SFilter.eq("relationType", "eq2sp_SensorRelationship_ss2sp")).entity()
|
|
|
if (entity != null) {
|
|
|
entity.computationalState = 1
|
|
|
+ entity.computingTime = IdUtils.time()
|
|
|
relationTypeProjectservice.update(entity)
|
|
|
}
|
|
|
}
|