Jelajahi Sumber

重新推送

LJJ 9 bulan lalu
induk
melakukan
c455f1ae78

+ 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.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
+import org.springframework.transaction.annotation.Transactional;
 
 import javax.swing.plaf.nimbus.State;
 
+@Transactional(transactionManager = "txManager")
 @Service
 public class DoMainStateServiceImpl implements DoMainStateService {