LJJ 9 ماه پیش
والد
کامیت
c455f1ae78
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/cn/com/countrygarden/bi/main/service/domain/impl/DoMainStateServiceImpl.java

+ 2 - 0
src/cn/com/countrygarden/bi/main/service/domain/impl/DoMainStateServiceImpl.java

@@ -12,9 +12,11 @@ import cn.com.countrygarden.bi.main.service.domain.DoMainStateService;
 import org.springframework.beans.BeanUtils;
 import org.springframework.beans.BeanUtils;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
 import org.springframework.stereotype.Service;
+import org.springframework.transaction.annotation.Transactional;
 
 
 import javax.swing.plaf.nimbus.State;
 import javax.swing.plaf.nimbus.State;
 
 
+@Transactional(transactionManager = "txManager")
 @Service
 @Service
 public class DoMainStateServiceImpl implements DoMainStateService {
 public class DoMainStateServiceImpl implements DoMainStateService {