...
|
...
|
@@ -42,7 +42,7 @@ import java.util.stream.Collectors; |
|
|
*/
|
|
|
@Service
|
|
|
@Slf4j
|
|
|
//@Transactional(rollbackFor = Exception.class)
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
public class ProjectServiceImpl implements ProjectService {
|
|
|
|
|
|
@Autowired
|
...
|
...
|
@@ -270,9 +270,9 @@ public class ProjectServiceImpl implements ProjectService { |
|
|
}
|
|
|
|
|
|
@Override
|
|
|
@Transactional(propagation = Propagation.SUPPORTS)
|
|
|
//@Transactional(propagation = Propagation.SUPPORTS)
|
|
|
public No_3_1Tall_Dto no3_1_1GetType(String id) {
|
|
|
Synthesize_no_1 byId = no_1Service.getById(id);
|
|
|
Synthesize_no_1 byId = no_1Service.getById(id);
|
|
|
byId.setCountState("1");
|
|
|
no_1Service.updateById(byId);
|
|
|
String[] split = byId.getEnergyType().split(",");// 1供电 2供热 3供冷 4热水
|
...
|
...
|
|