fix:优化扩容
This commit is contained in:
@@ -2803,7 +2803,7 @@ public class RawAssistIStorServiceImpl implements RawAssistIStorService {
|
||||
/**
|
||||
* 新开事务,把当前事务挂起,(新开事务不回滚)
|
||||
*/
|
||||
@Transactional()
|
||||
@Transactional(propagation=Propagation.REQUIRES_NEW)
|
||||
public void updateStructSect(String layer_num) {
|
||||
WQLObject attr = WQLObject.getWQLObject("st_ivt_structattr");
|
||||
WQLObject point = WQLObject.getWQLObject("sch_base_point");
|
||||
|
||||
Reference in New Issue
Block a user