fix:优化扩容

This commit is contained in:
zhangzq
2025-02-22 01:10:11 +08:00
parent 4d845d4189
commit e768f01b04

View File

@@ -2803,7 +2803,7 @@ public class RawAssistIStorServiceImpl implements RawAssistIStorService {
/** /**
* 新开事务,把当前事务挂起,(新开事务不回滚) * 新开事务,把当前事务挂起,(新开事务不回滚)
*/ */
@Transactional() @Transactional(propagation=Propagation.REQUIRES_NEW)
public void updateStructSect(String layer_num) { public void updateStructSect(String layer_num) {
WQLObject attr = WQLObject.getWQLObject("st_ivt_structattr"); WQLObject attr = WQLObject.getWQLObject("st_ivt_structattr");
WQLObject point = WQLObject.getWQLObject("sch_base_point"); WQLObject point = WQLObject.getWQLObject("sch_base_point");