Ver Fonte

修改bug

lishuangjiang@potevio.com há 1 ano atrás
pai
commit
9f4b14cef3

+ 1 - 1
iot-common-tenant/src/main/java/cc/iotkit/common/tenant/listener/TenantListener.java

@@ -19,7 +19,7 @@ import javax.persistence.PreUpdate;
 @Slf4j
 public class TenantListener {
 
-    @PreUpdate
+//    @PreUpdate
     @PreRemove
     @PrePersist
     public void setTenant(TenantAware entity) {