|
@@ -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 {
|
|
|
|
|