@@ -72,6 +72,7 @@ class REq2Sp : RBaseInfo(){
/** 空间类型 */
@Schema(description = "空间类型 " )
+ @Id
@Column(name = "zone_type")
var zoneType: String? = null
@@ -1211,6 +1211,7 @@ open class RelationCalcService {
val entity = relationTypeProjectservice.select(SFilter.eq("projectId", projectId), SFilter.eq("relationType", "eq2sp_for"), SFilter.eq("zoneType", tables!!)).entity()
if (entity != null) {
entity.computationalState = 5
+ entity.computingTime = IdUtils.time()
relationTypeProjectservice.update(entity)
}